Re: Cannot make multiple embedded MQTT brokers use different SSLContext

2017-02-15 Thread Dale Green
you try to configure > 2 brokers in the same JVM and the same thread is creating transports. This > may not work either and there might need to be some additional work here > done to fix this. > > On Fri, Feb 10, 2017 at 10:07 AM, Dale Green > wrote: > > > Hi all, > &g

Cannot make multiple embedded MQTT brokers use different SSLContext

2017-02-10 Thread Dale Green
Hi all, I don't know if this is a bug or there is a specific reason to be implemented in that way. So: Goal: Start 2 embedded MQTT brokers for integration tests purposes. Both brokers have different SSLContexts with different keystores with different certificates. Expected Result: Both brokers

Using ActiveMQ Resource Adapter to Connect to an AMQP Broker

2016-06-10 Thread Dale Green
Hi, Can someone tell me if the ActiveMQ Resource Adapter is supposed to communicate with an AMQP Broker? I saw that there is AMQP code in the RA and actually AMQP connection strings are correctly recognized/parsed, but the RA doesn't want to send anything to the broker. Here is what I am trying