On 08/27/2012 04:09 PM, Hamid.Shahid wrote:
Hi,
I am trying to read a message queue in the 'browse' mode, using following
connection properties;
{ node: { type: queue }, create: never, assert: never, mode: browse }
Everytime, I read the queue it starts from the message#1 to message#n, since
it is in browsing mode.
Is it possible that I can start reading the queue in browing mode but from a
specific message# ?
There is nothing that directly does that. You could emulate something
similar with selectors (you are using JMS, right?).
An alternative would be to use a durable topic subscription instead of
browsing the queue. Whether that is any use will depend on the bigger
picture in your system.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]