Open AndreSteenbergen opened 6 years ago
I don't think rabbitmq client can be used to work with ActiveMQ at all.
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 can I close this issue?
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?