Alpakka icon indicating copy to clipboard operation
Alpakka copied to clipboard

Can't seem to connect to ActiveMQ

Open AndreSteenbergen opened this issue 6 years ago • 3 comments

I guess there are differences between RabbitMQ and ActiveMQ. I am getting RabbitMQ.Client.Exceptions.BrokerUnreachableException I know the ActiveMQ broker is up and accepting AMQP messages.

Could this be an issue RabbitMQ is 0.9 AMQP and activeMQ is 1.0 AMQP?

AndreSteenbergen avatar Jul 16 '18 17:07 AndreSteenbergen

I don't think rabbitmq client can be used to work with ActiveMQ at all.

vasily-kirichenko avatar Jul 16 '18 17:07 vasily-kirichenko

Will need to investigate if RabbitMQ.Client can be used as a universal AMQP client. If not, then we would have to find an alternative, or rename the package to Akka.Streams.Amqp.RabbitMq

Arkatufus avatar Aug 14 '20 19:08 Arkatufus

@Arkatufus can I close this issue?

Aaronontheweb avatar Dec 18 '20 17:12 Aaronontheweb