mule - URI params in mulerequester -


i worked mulerequester , used "connector" , "selector" in uri params shown below.

<mulerequester:request config-ref="mule_requester" resource="wmq://reply.queue?connector=wmqconnector&amp;selector=jmscorrelationid%3d'#[sessionvars.mycorrelationid]'" doc:name="mule requester" timeout="120000"/> 

is there list of acceptable uri params mulerequester? couldn't find in documentation. help.

it depends on transport. here info on how construct mule endpoint uris. here 3 common ones:

connector - name of existing connector use endpoint uri.

transformers - defines comma-separated list of transformers configure on endpoint.

address - explicitly sets endpoint address specified value , ignores other info in uri.

jms have selector , http have method example.

here reference:

http://www.mulesoft.org/documentation-3.2/display/mule2user/mule+endpoint+uris


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -