Is it possible to capture the acknowledgement at JMS producer after sending the message to weblogic JMS queue? Requirement is to capture an acknowledgement. If i write java queue.send() method, it has void return type. If it is possible, where can I receive the acknowledgement?