Re: Searching for a string in messages of queues

2008-11-07 Thread pablomano
I've looked at content based router and it seems to me that this is used to route messages which are located on a queue. What I'd like to know is whether there are messages located on a queue having a certain data in their body. Something like searchQueueMessage(string queue, string pattern) fun

Re: Searching for a string in messages of queues

2008-11-05 Thread James Strachan
2008/11/5 pablomano <[EMAIL PROTECTED]>: > > Is it possible to search for a string in the body of messages of a queue? I > send a message to the queue and the message contains certain data in the > body. At certain times I would like to find out whether the queue contains > messages which contain t