I've been struggling with adding a new transport on ActiveMQ.
I compiled a jar with my transport (ModifiedSSLTransport) and
transportfactory (ModifiedAMQPSSLTransportFactory) and added on /lib a file
called amqpFil with contents "class=ModifiedAMQPSSLTransportFactory".
I annexed my activemq.xml f
I did some tests and outcome is that it is neither a matter of point 1) nor
point 2).
The issue arises when listening queue when ends with .>
I changed my topics and queues namespace and now I'm not getting advisory
message anymore.
Moreover I noted that in the activemq webconsole when advisory mes
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