You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: