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
Post a Comment