Re: STOMP ACK response on SEND request.

2009-04-03 Thread Kim A. Brandt
Thank you, works great (in my terminal). I just need to implement some more logic to make use of it in my program. Kind regards, Kim Dejan Bosanac wrote: > Hi Kim, > > take a look at Receipt feature of Stomp protocol ( > http://stomp.codehaus.org/Protocol#Protocol-Receipt). It will instruc

Re: STOMP ACK response on SEND request.

2009-04-03 Thread Dejan Bosanac
Hi Kim, take a look at Receipt feature of Stomp protocol ( http://stomp.codehaus.org/Protocol#Protocol-Receipt). It will instruct the broker to send receipts for every command it receives. You can also take a look at PHP stomp client error handling for example of receipt usage ( http://stomp.codeh

STOMP ACK response on SEND request.

2009-04-03 Thread Kim A. Brandt
Hi, does ActiveMQs STOMP implementation support sending an ACK after a SEND has been issued? I couldn't find anything in the STOMP[1] nor ActiveMQ documentation. I would like to handle ERRORs when they occur and not rely on a timeout for seeing sent messages as accepted by ActiveMQ. Or can an