Re: "protocol CORE not found in map" error

2019-02-07 Thread Chinman01
Sorry, the error message is the following: "protocol CORE not found in map: [AMQP]" I purposely only activated the AMQP protocol as it is the one I'm using with Rhea (an AMQP 1.0 client). Note that, if I deactivate SSL, it works as expected, while if I use it it gives the error. Rhea is the only

Re: "protocol CORE not found in map" error

2019-02-06 Thread Justin Bertram
I don't actually see the error message you're getting. Can you clarify this? One thing I do see in your configuration is that you don't have any acceptor which supports the CORE protocol. If you're getting an error about "protocol CORE not found in map" that indicates something is attempting to co

"protocol CORE not found in map" error

2019-02-06 Thread Chinman01
Hello, I'm using a Rhea client to connect to an Artemis 2.6.4 broker using AMQP and SSL. I'm getting the following error: I annexed my broker.xml. Does anyone know what could be causing this error and how to solve it? I have searched the documentation but am having trouble finding anything. Than