-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Illegal to use destination for this producer while using the jmsIO.write with 2.46.0 version #25849
Comments
Thanks for reporting. RetryConfiguration is recently added in #24973. Could you please provide the full exception stacktrace? we reserve P0 to outage so move the priority for now |
Here is the trace for this issue: java.lang.UnsupportedOperationException: Illegal to use destination for this producer TibjmsMessage _publish this was the code TibjmsMessageProducer.java class
|
@Abacn we are Getting Error closing Connection with jmsIO.read with IBM MQ as jms Queqe com.ibm.msg.client.jms.DetailedIllegalStateException: JMSCC0008: This connection is closed.
|
@sriram23kmm This error is handled and suppressed:
|
What happened?
When we upgraded the Beam version to 2.46.0 to use the Retryconfiguration we faced this issue:
JmsIO.Write sink = JmsIO.write()
.withConnectionFactory(ConnectionsFactoryObject)
.withValueMapper(new TextMessageMapper())
.withRetryConfiguration(RetryConfiguration.create(5))
.withQueue("testQueqe");
Here we used the TIBCO for jms
Issue Priority
Priority: 0 (outage / urgent vulnerability)
Issue Components
The text was updated successfully, but these errors were encountered: