Description
Lib is cxf-rt-transports-jms
I have got a project where we try to use camel-cxf for SOAP over JMS.
ConnnectionFactory is retrieved via JNDI (defined in WebSphere). Issue comes on JMSDestination.createTargetDestinationListener on line 95 when it tries to setExceptionListener on the Connection. In my case the Connection is a IBM class with name as JMSConnectionHandle which doesn't accept call to setExceptionListener; operation not permitted.
Is there a solution? I find a lot of threads around setExceptionListener because it's not apparently a supported operation by all libs.
Attachments
Issue Links
- contains
-
CXF-6778 Invalid replyDestination is cached after jms connection has been reset
-
- Closed
-
- links to