WebSphere MQ Low Latency Messaging - Does it have a JMS (or JMS like) API?

Posted by Chris Kimpton on Stack Overflow See other posts from Stack Overflow or by Chris Kimpton
Published on 2009-10-09T14:05:57Z Indexed on 2010/06/13 3:52 UTC
Read the original article Hit count: 259

Filed under:
|
|

We are currently using IBM MQ via JMS, but seem to be pushing through more messages than it can handle - strangely, the problem seems to be intermittent.

The messages are prices and thus dont need to be guaranteed, just need to be sent quickly.

As IBM have a Low Latency product, I am wondering if that is perhaps the better solution - but it does not seem to have a JMS api, or at least not easily visible.

Anyone know if there is a JMS api into the Low Latency product, or if the "unique" API it does have is JMS-like...

Alternatively, pointers for MQ tuning would also be appreciated... :)

© Stack Overflow or respective owner

Related posts about java

Related posts about jms