Hi,
transaction-manager="jmsTransactionManager" (not XA TX) vs acknowledge="transacted" (Local TX)
<jms:listener-container transaction-manager="jmsTransactionManager"> ...
will bind JMS...
Type: Posts; User: lutomas; Keyword(s):
Hi,
transaction-manager="jmsTransactionManager" (not XA TX) vs acknowledge="transacted" (Local TX)
<jms:listener-container transaction-manager="jmsTransactionManager"> ...
will bind JMS...
I did the profiling using latest commit '862920929d656fa33673'. Application (very similar to your described one) worked for a few hours (produced/consumed 12M messages). Did not notice any memory...
Hi Harlan,
'basic.publish' (from client to broker) and 'basic.return' (from broker to client when publish had mandatory/immediate flags and either route was not found or there is no active...