Re: ActiveMQ 5.13.0 - Bug in Composite Destination using Stomp ?

2016-06-10 Thread aanto
This bug fix seems to be a partial fix, which was part of 5.13.3. stompconnection.send("queue://test.aanto1.queue,topic://test.aanto2.topic", "messsage1", "tx1", null); => PASS: creates QUEUE "test.aanto1.queue" => FAIL: creates QUEUE "topic://test.aanto2.topic", instead of creating a TOPIC "test.

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

policyEntries, inheritance and wildcards

2016-06-10 Thread Johan Carlquist
Hi! Our config: = [...] [...] = So we have some queues; queue1, queue2 and so on. They all match the first wildcard entry in the configuration and allows messages to jump between our network of brokers even if they already been tra