RE: How to post message to a certain queue consumer?

2010-05-19 Thread Cristian Botiza
found it useful though. From: alanchb [alanchbm...@gmail.com] Sent: 19 May 2010 04:32 To: users@activemq.apache.org Subject: RE: How to post message to a certain queue consumer? Yes,it works well. But I work with Visual C#,the method is a little different

Re: How to post message to a certain queue consumer?

2010-05-19 Thread Sebastian Rodriguez
it useful though. From: alanchb [alanchbm...@gmail.com] Sent: 19 May 2010 04:32 To: users@activemq.apache.org Subject: RE: How to post message to a certain queue consumer? Yes,it works well. But I work with Visual C#,the method is a little different from

RE: How to post message to a certain queue consumer?

2010-05-19 Thread Cristian Botiza
; I found it useful though. From: alanchb [alanchbm...@gmail.com] Sent: 19 May 2010 04:32 To: users@activemq.apache.org Subject: RE: How to post message to a certain queue consumer? Yes,it works well. But I work with Visual C#,the method is a little

Re: How to post message to a certain queue consumer?

2010-05-19 Thread Sebastian Rodriguez
); TTL has nothing to do with message selectors; I found it useful though. From: alanchb [alanchbm...@gmail.com] Sent: 19 May 2010 04:32 To: users@activemq.apache.org Subject: RE: How to post message to a certain queue consumer? Yes,it works well

RE: How to post message to a certain queue consumer?

2010-05-19 Thread alanchb
(...); producer.send(message); TTL has nothing to do with message selectors; I found it useful though. From: alanchb [alanchbm...@gmail.com] Sent: 19 May 2010 04:32 To: users@activemq.apache.org Subject: RE: How to post message to a certain queue consumer? Yes

Re: How to post message to a certain queue consumer?

2010-05-19 Thread alanchb
@activemq.apache.org Subject: RE: How to post message to a certain queue consumer? Yes,it works well. But I work with Visual C#,the method is a little different from yours. Can you give me some guide about TTL you mentioned in early reply? Cristian Botiza wrote: This is not AMQ specific; it's rather JMS

RE: How to post message to a certain queue consumer?

2010-05-19 Thread alanchb
. From: Sebastian Rodriguez [srodrig...@gmail.com] Sent: 19 May 2010 11:42 To: users@activemq.apache.org Subject: Re: How to post message to a certain queue consumer? Hi alan, For the Selectors in C#, you can find the following snippet: --- start producer side

RE: How to post message to a certain queue consumer?

2010-05-18 Thread Cristian Botiza
Message selectors? From: alanchb [alanchbm...@gmail.com] Sent: 18 May 2010 11:12 To: users@activemq.apache.org Subject: How to post message to a certain queue consumer? under the P2P mode,if i have sevaral queue consumers,how to make the producer post

RE: How to post message to a certain queue consumer?

2010-05-18 Thread Cristian Botiza
the messages matching the filter. Others will stay in the queue, I would also set the TTL in the producer (optional though). From: alanchb [alanchbm...@gmail.com] Sent: 18 May 2010 12:24 To: users@activemq.apache.org Subject: RE: How to post message to a certain

RE: How to post message to a certain queue consumer?

2010-05-18 Thread Cristian Botiza
Subject: RE: How to post message to a certain queue consumer? thanks a lot! that's exactly what i need. but if i did not post the question here and get your kind reply,i will never think of using the method message.setStringProperty to set message selector.how do you konw this?is there any shortcut

RE: How to post message to a certain queue consumer?

2010-05-18 Thread alanchb
this approach work with P2P and multiple consumers? From: alanchb [alanchbm...@gmail.com] Sent: 18 May 2010 18:08 To: users@activemq.apache.org Subject: RE: How to post message to a certain queue consumer? thanks a lot! that's exactly what i need