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.
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
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