Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.第188章 XQuery エンドポイント
XQuery リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
URI 形式 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
xquery:templateName
xquery:templateName
templateName は、呼び出すテンプレートのクラスパスローカル URI、またはリモートテンプレートの完全な URL です。
たとえば、以下のように使用できます。
from("activemq:My.Queue"). to("xquery:com/acme/mytransform.xquery");
from("activemq:My.Queue").
to("xquery:com/acme/mytransform.xquery");
XQuery テンプレートを使用して InOut メッセージエクスチェンジ(
JMSReplyTo
ヘッダーがある)のメッセージへの応答を形成。
InOnly を使用し、メッセージを消費して別の宛先に送信する場合は、以下のルートを使用できます。
from("activemq:My.Queue"). to("xquery:com/acme/mytransform.xquery"). to("activemq:Another.Queue");
from("activemq:My.Queue").
to("xquery:com/acme/mytransform.xquery").
to("activemq:Another.Queue");