Re: Apache ActiveMQ From C# - switching queues

2024-12-09 Thread David Cole
consumer obtaining a connection to one queue then switching to the 2nd queue. On Tue, 10 Dec 2024, at 15:00, David Cole wrote: > I have a process where I am consuming a message on a "status" queue. I make > connection to an ActiveMQ server, create a session, create a consumer to &

Apache ActiveMQ From C# - switching queues

2024-12-09 Thread David Cole
I have a process where I am consuming a message on a "status" queue. I make connection to an ActiveMQ server, create a session, create a consumer to "status" with a JMSCorrelationID set, start the connection and receive a message. Apache.NMS.IConnectionFactory factory = new Apache.NMS.ActiveMQ

Re: Apache ActiveMQ From C# - switching queues

2024-12-10 Thread David Cole
Very strange. Especially since it's a stateless web service. On Tue, 10 Dec 2024, at 15:27, David Cole wrote: > Sorry. When i make that 2nd call to the 2nd queue for the correlation ID - > even though there is a message there I get a null message. > > If I strip out the c