Re: Java client and message release or reject

2012-11-07 Thread Gordon Sim
On 11/07/2012 12:11 PM, Jan Bares wrote: we are planning to reject messages that do not satisfy message contract (e.g. message is of wrong format). The reject and DLQ seems to be the right solution for this problem. At present the only thing I can suggest is that you have the client itself s

RE: Client - broker compatibility

2012-11-07 Thread Jan Bares
Thanks, Jan > -Original Message- > From: Gordon Sim [mailto:gordon.r@gmail.com] > Sent: Wednesday, November 07, 2012 11:49 AM > To: users@qpid.apache.org > Subject: Re: Client - broker compatibility > > On 11/07/2012 09:07 AM, Jan Bares wrote: > > I have another question about compati

RE: Java client and message release or reject

2012-11-07 Thread Jan Bares
Thanks Gordon, we are planning to reject messages that do not satisfy message contract (e.g. message is of wrong format). The reject and DLQ seems to be the right solution for this problem. Jan > -Original Message- > From: Gordon Sim [mailto:gordon.r@gmail.com] > Sent: Wednesday, N

Re: Java client and message release or reject

2012-11-07 Thread Gordon Sim
On 11/07/2012 09:09 AM, Jan Bares wrote: how can I release or reject a message in Java client? JMS API has no methods like that. What is the suggested method? What is/(are) the use case(s) where you need to explicitly release or reject? Knowing that may help provide a better answer. The Qpi

Re: Client - broker compatibility

2012-11-07 Thread Gordon Sim
On 11/07/2012 09:07 AM, Jan Bares wrote: I have another question about compatibility - does the client use AMQP protocol when talking to the broker? Yes If yes, then, in theory, can I use any AMQP compatible client to talk to C++ QPID broker or use the QPID java client to talk to, lets say, R

Java client and message release or reject

2012-11-07 Thread Jan Bares
Hi, how can I release or reject a message in Java client? JMS API has no methods like that. What is the suggested method? Thanks, Jan DISCLAIMER WOOD & Company Financial Services, a.s. and its branches are authorized and regulated by the CNB as Home State regulator and in Poland by the KNF,

RE: Client - broker compatibility

2012-11-07 Thread Jan Bares
Hi, I have another question about compatibility - does the client use AMQP protocol when talking to the broker? If yes, then, in theory, can I use any AMQP compatible client to talk to C++ QPID broker or use the QPID java client to talk to, lets say, RabbitMQ? Thanks for your time, Jan >