March 12, 2012 10:59 AM
To: users@qpid.apache.org
Subject: RE: How to receive specific response
Hi Todd,
I suggest finding a way to filter the messages into queues private to each
receiver so you don't need to fetch, examine, release each one.
That said, you can qpid::messaging::session::r
tely sure if
it may redelivered to the same client, but it's worth a try.
To keep the message, acknowledge it.
-Steve
> -Original Message-
> From: Todd Herman [mailto:t...@apx-labs.com]
> Sent: Monday, March 12, 2012 10:21 AM
> To: users@qpid.apache.org
> Subject: F
n I don't know if it is possible with C++
broker (Java broker has message selectors that I am not familiar with).
Kind regards,
Pavel
- Original Message -
> From: "Todd Herman"
> To: users@qpid.apache.org
> Sent: Monday, March 12, 2012 3:20:34 PM
> Subject: F
k all the messages on
the queue because only certain ones will be for me. I can't have the messages
not for me being deleted because I read them.
Any thoughts?
From: Todd Herman [mailto:t...@apx-labs.com]
Sent: Thursday, March 08, 2012 11:48 AM
To: users@qpid.apache.org
Subject: How to receiv