reinhapa / rabbitmq-cdi

Provides a JavaEE Event ←→ RabbitMQ bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misleading warn message in ConnectionManager.tryToEstablishConnection()

domi-87 opened this issue · comments

Warn message does not pay attention to the configuration (config) in ConnectionManager.tryToEstablishConnection()#113.
Host and port of connectionFactory is set to default (localhost:5672), what is different from the configuration (xxx:5671).

@DomRic PR welcome 😎

I will have a look did not notice it yet

I think this is fixed @reinhapa