java - How is the filter implementation in JMS ActiveMQ in Mule? -


how specific "jmsmessageid" activemq queue? mean, imagine client sends request queue, gets processed , waiting response (from response queue, lets say).

in other words, client listening response queue. wants response returned.

as far i've read there possibility of getting using correlationid or messageid.

so imagine there way set , id request , response filtered it. right?

haven't found mule documentation far. basics.

how can achieved?

thanks.

it seems referring request-reply routing message processor of mule allows block flow execution until response received on asynchronous channel, mule taking care of matching requests , responses via correlation id.

this work fine jms request queue , jms response queue.

you same behaviour using request-response jms endpoint without use of temporary response queues.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -