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... :)