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