The message received from the pipeline is thus sent back to the pipeline.
JMS provider: This is a servicemix-jms listening on queue "B". The pipeline
will place the echoed back message into this queue in an In-Only MEP from
where the JMS client can pick up.
The following figure illustrates how the various components can be assembled in the
JBI bus for our sample use case:
??? ???
???
??? ???
Chapter 15
[ 337 ]
Sample Code and Configuration
We configure the pipeline in the servicemix.xml file, along with other components
described above. The content of this file is shown here:
xmlns:sm="http://servicemix.apache.org/config/1.0"
xmlns:test="http://xslt.servicemix.apache.binildas.com"
xmlns:eip="http://servicemix.apache.org/eip/1.0"
xmlns:jms="http://servicemix.apache.org/jms/1.0">
.
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453