Getting started Community Training Tutorials Documentation APIs, AI & Tools
<flow name="consumerWithManualAck">
<anypoint-mq:consume
destination="${destination}"
acknowledgementMode="MANUAL"
config-ref="AMQ_Config"/>
<!-- Process messages without modifying the payload-->
<jms:publish config="JMS_config" destination="${bridgedDestination}">
<anypoint-mq:ack messageContext="#[attributes]" config-ref="AMQ_Config"/>
</flow>



