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.codehaus.org/PHP+Handling+Errors)

Cheers
--
Dejan Bosanac

Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net


On Fri, Apr 3, 2009 at 12:01 PM, Kim A. Brandt <kimabra...@gmx.de> wrote:

> 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 anyone recommend another protocol which gives me what I want? I
> would like to *keep using* ActiveMQ from an Erlang environment.
>
>
> Regards,
>
> Kim
>
>
>
> [1] Stomp Protocol Specification, Version 1.0 -
> http://stomp.codehaus.org/Protocol
>

Reply via email to