Cannot add custom transport

2019-02-07 Thread Chinman01
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

Re: Unwanted (unsolicited) messages from ActiveMQ.Advisory.MasterBroker

2019-02-07 Thread emw
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

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