Java JMS mix messaging implementations
问题 Is it possible to use java messaging with mixed implementations. E.g.: Is it possible to connect an ActiveMQ client directly to an MQSeries(IBM) server to read/write messages from/to the message queue? 回答1: JMS is an API specification, not a wire format specification. JMS describes the signature of APIs. It does not say how the internals should be implemented. Hence JMS client library implementations are Messaging Provider specific. A IBM MQ JMS Client knows how (i.e wire format) to