Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.11.1
-
None
-
Windows 7
-
Patch Available
-
Unknown
Description
When using the IBM MQ JMS classes and pub/sub over a TOPIC the JmsObjectFactory.createMessageConsumer method throws a cast class exception. The session is being cast to a TopicSession which for MQ it is not.
Using pure jms this cast is not required as the session class is aware of the destination type.