views:

240

answers:

1

I'm trying to find options for MQ on the iSeries besides WebSphere MQ. Does anyone have experience with this? Is it possible? Could I run a pure java MQ server like OpenMQ?

+1  A: 

I don't see any reason why not, though I haven't personally tried. However, I would strongly recommend going with a software package that supports AMQP. I believe it's planned for OpenMQ, but isn't actually implemented yet. Apache Qpid is probably something you should look at. It's almost as good as RabbitMQ, but written in Java and JMS compliant.

Bob Aman
Excellent advice, I'll start looking into Apache Qpid.
Matt Davis