blocking request-response with JMS and constant size limit strategy

2009-10-19 Thread bravegag
producer know that the request it sent and is waiting for has been discarded. What would this strategy be? How can I do this using JMS/ActiveMQ? Many thanks in advance, Best regards, Giovanni -- View this message in context: http://www.nabble.com/blocking-request-response-with-JMS-and-constant

Re: Implement request response with JMS over Stomp

2009-08-12 Thread Alexander L.
erefore such plugin should cooperate with broker implementation directly. Hopefully this is possible. Thank you. -- View this message in context: http://www.nabble.com/Implement-request-response-with-JMS-over-Stomp-tp24914033p24931667.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Implement request response with JMS over Stomp

2009-08-11 Thread Jose Luna
t helps, JLuna > -- > View this message in context: > http://www.nabble.com/Implement-request-response-with-JMS-over-Stomp-tp24914033p24919423.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Implement request response with JMS over Stomp

2009-08-11 Thread Alexander L.
emq.apache.org/selectors.html) that matches the > correlation-id. Therefore, Service A will only consume the response that > matches the correlation-id of the request. > > JLuna > -- View this message in context: http://www.nabble.com/Implement-request-response-with-JMS-over-Stomp-

Re: Implement request response with JMS over Stomp

2009-08-11 Thread Jose Luna
ice A will only consume the response that matches the correlation-id of the request. JLuna - Original Message > From: Alexander L. > To: users@activemq.apache.org > Sent: Tuesday, August 11, 2009 4:56:36 AM > Subject: Implement request response with JMS over Stomp

Implement request response with JMS over Stomp

2009-08-11 Thread Alexander L.
Hello All, Article http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html How should I implement request response with JMS describes how to implement request response using temporary queues created by clients. Stomp does not support temporary queues http

Re: Request/Response with JMS

2007-04-18 Thread mjparme
eader when it > sends requests to the the single normal sever queue > > -- > > James > --- > http://radio.weblogs.com/0112098/ > > -- View this message in context: http://www.nabble.com/Request-Response-with-JMS-tf3602957s2354.html#a10069821 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Request/Response with JMS

2007-04-18 Thread mjparme
without associating it with a Destination. The only Session method I see >> is createProducer() and it takes a Destination parameter. So how do I >> create a message Producer that isn't associated with a Destination so I >> can set the Destination on every send? >> >> > > -- View this message in context: http://www.nabble.com/Request-Response-with-JMS-tf3602957s2354.html#a10066979 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Request/Response with JMS

2007-04-18 Thread James Strachan
On 4/18/07, mjparme <[EMAIL PROTECTED]> wrote: Ok, I have another question...hopefully not as dumb as the first one. If the client creates the temporary queue how does the server know what queue to create a MessageConsumer on? The client creates the temporary queue & consumes messages from it

Re: Request/Response with JMS

2007-04-18 Thread mjparme
me create a MessageProducer > without associating it with a Destination. The only Session method I see > is createProducer() and it takes a Destination parameter. So how do I > create a message Producer that isn't associated with a Destination so I > can set the Destination on every sen

Re: Request/Response with JMS

2007-04-18 Thread mjparme
r() and it takes a Destination parameter. So how do I > create a message Producer that isn't associated with a Destination so I > can set the Destination on every send? > > -- View this message in context: http://www.nabble.com/Request-Response-with-JMS-tf3602957s2354.html#a10065648 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Request/Response with JMS

2007-04-18 Thread James Strachan
On 4/18/07, mjparme <[EMAIL PROTECTED]> wrote: This may be more of a general JMS question rather than Active MQ, but hopefully people will help me out anyway. I read this doc: http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html Seems easy enough except how do I cre

Request/Response with JMS

2007-04-18 Thread mjparme
createProducer() and it takes a Destination parameter. So how do I create a message Producer that isn't associated with a Destination so I can set the Destination on every send? -- View this message in context: http://www.nabble.com/Request-Response-with-JMS-tf3602957s2354.html#a10065443 Sent