Does spring integration support AMQP with ActiveMq -


i new mom.

i want connect activemq using amqp application. want use spring integration connecting activemq.

i see example of amqp rabbitmq not able find example activemq.

is not possible spring integration ?

no, isn't possible.

activemq supports amqp 1.0 protocol oasis standard.

where rabbitmq , hence spring integration amqp adapters support 0.9.1.

those spec versions different.

you should try tu use activemq jms api on amqp. , spring integration jms adapters.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -