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.
- what performance webshpere mq vs rabbit mq.
- what integration aspects of webshpere mq spring framework.
- 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
Post a Comment