springxd JMS sink acknowledge propery

38 Views Asked by At

I am unable to find any documentation on how I can use/customize the springxd JMS source acknowledge property.

Documentation only says - JMS with Options The jms source has the following options: acknowledge the session acknowledge mode (String, default: auto)

Thanks in advance ...

1

There are 1 best solutions below

0
Gary Russell On BEST ANSWER

See the spring framework documentation.

acknowledge

The native JMS acknowledge mode: auto, client, dups-ok or transacted. A value of transacted activates a locally transacted Session. As an alternative, specify the transaction-manager attribute described below.