Re: Cluster + Redistribution

2019-03-17 Thread Justin Bertram
How are you sending the core messages? Are you using the core JMS client or are you sending them directly using the core API? If the latter, are you setting the routing-type on the message? Justin On Sun, Mar 17, 2019 at 11:36 PM ldebello wrote: > After more debugging I was able to find a "fix

Re: Cluster + Redistribution

2019-03-17 Thread ldebello
After more debugging I was able to find a "fix" for this. In my config I have one divert from one queue of anycast to another with multicast. So I have added "MULTICAST" for my divert and that solve the issue. However I continue thinking there is something weird or wrong because this issue does n

Re: Cluster + Redistribution

2019-03-17 Thread ldebello
After some debugging I was able to understand the problem and I think this is an issue in the broker logic. Let me try to explain the case: *Infra:* Broker 1 Broker 2 Broker 3 Broker 1 use a core bridge to Broker 2. Broker 2 and 3 create a cluster of 2 nodes. *Participants:* 1 Producer 1 Consum

Re: activemq-artemis & JNDI & Spring Boot & log4j2 & JMS Appender.

2019-03-17 Thread Peter Chandler
Justin, Thanks. I will give it a try. Peter. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Messaging between activemq-cpp and websocket

2019-03-17 Thread elk
Hello, I am new to activemq and activemq-cpp. My goal is to setup queues for communication between a web browser (over websocket/STOMP) and a C++ program. Since there is some additional business logic, I've setup a springboot application with embedded ActiveMQ server and configured the Websocker S