akkadotnet / Alpakka

Akka Streams Connectors - Alpakka
https://alpakka.getakka.net/
Apache License 2.0
110 stars 40 forks source link

Can't seem to connect to ActiveMQ #37

Open AndreSteenbergen opened 6 years ago

AndreSteenbergen commented 6 years ago

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?

vasily-kirichenko commented 6 years ago

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

Arkatufus commented 4 years ago

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

Aaronontheweb commented 3 years ago

@Arkatufus can I close this issue?