Not able to establish a connection between Spring Integration with ActiveMQ using AMQP

33 Views Asked by At

while connecting Spring Integration with ActiveMQ using AMQP, getting an error at the time of creating JMSConnectionFactory.

Exception is below.

org.springframework.jms.listener.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'ABM' - retrying using FixedBackOff{interval=10000, currentAttempts=49, maxAttempts=unlimited}. Cause: Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: [amqp]

It is working fine with the TCP url but it's not working with AMQP.

How can I establish a connection with Spring Integration with ActiveMQ using AMQP?

0

There are 0 best solutions below