Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はラクダのコンテキストを使用しており、jms通信を使用するためにそこからプロデューサー/コンシューマーテンプレートを作成しています。 この状況でメッセージ確認応答のタイプを設定するための適切な方法を教えてください。 ありがとうございました。
コンポーネントにjmsconfigurationBeanを使用している場合は、jmsconfigurationBeanに設定できます。私はそれが好きです。
エンドポイントURLにも設定できます
template.send("activemq:queue:...?acknowledgementModeName=..);