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