ActiveMQ Slack channel access

2021-11-04 Thread Tamar Sery (BLOOMBERG/ 120 PARK)
Please grant me access to the Slack channel.

Async consumer does not detect dead connections

2021-10-13 Thread Tamar Sery (BLOOMBERG/ 120 PARK)
I've implemented a consumer deriving from : cms::Closeable, cms::MessageListener, cms::ExceptionListener, activemq::transport::DefaultTransportListener Testing procedure: 1. Start broker 2. Start client -> client connects and gets messages 3. Kill broker --> nothing gets registered in the clie

CMS Synchronous Consumer

2021-10-12 Thread Tamar Sery (BLOOMBERG/ 120 PARK)
Hi, From the API doc it looks like the Synchronous Message Consumer would connect and disconnect on every message it receives, even if there are already multiple messages waiting in the queue on the broker's side. From the API doc: "Synchronously Receive a Message, time out after defined inte

Re: JMS publisher and CMS consumer - reading message properties

2021-08-30 Thread Tamar Sery (BLOOMBERG/ 120 PARK)
ctivemq.apache.org At: 08/30/21 15:28:55 UTC-4:00To: Tamar Sery (BLOOMBERG/ 120 PARK ) , users@activemq.apache.org Subject: Re: JMS publisher and CMS consumer - reading message properties Hello Tamar- Generally, incompatibilities are across protocols (MQTT -> JMS, etc) and not with the nati

JMS publisher and CMS consumer - reading message properties

2021-08-30 Thread Tamar Sery (BLOOMBERG/ 120 PARK)
I'm using a CMS consumer to read messages created by a JMS publisher. If the JMS producer sets certain message properties using : setJMSType() and setStringProperty("JMSXGroupID", "..") Would I be able to get those same values through my CMS client using : cms::Message::getCMSType() and cms::Mes