wso2 - Is it possible for a message producer to get acknowledgement of message receipt from activemq? -


in situation, remote client sending messages wso2esb acting proxy forward messages activemq. once remote client receives acknowledgement of message receipt wso2esb, deletes message local storage. important me send acknowledgement remote client after activemq has received message wso2esb , has stored in persistent storage. ( store , forward consumers pattern ).

all find read on activemq acknowledgement activemq getting acknowledgement once consumer collects message activemq , sends acknowledgement activemq including transactions etc. not find on producer getting acknowledgement activemq once activemq has received message producer.

how configure activemq send acknowledgement wso2esb acting proxy producer?

hope resolve concern http://wso2.com/library/articles/2013/01/jms-message-delivery-reliability-acknowledgement-patterns/


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -