ibm mq - Migrating from RabbitMQ to Webshpere MQ -


we have been doing pocs rabbitmq. there debate going on if need move away rabbitmq webshpere mq.

so ignoring licensing factors purely technical standpoint can 1 explain how work.

  1. what performance webshpere mq vs rabbit mq.
  2. what integration aspects of webshpere mq spring framework.
  3. internally websphere mq understand uses mqi, how compare amqp.

appreciate pointers on above questions.

i can't/won't speak performance, shouldn't hard simple ptp , pub/sub use cases.

rabbitmq more flexible jms due many exchange types , decoupling of publishers , subscribers due rich exchange/binding mechanisms.

you can of functionality using message selectors on consumer side.

spring (main framework) provides jms abstraction in spring-jms jar - see the spring framework documentation.


Comments