October 2013
Beginner to intermediate
270 pages
5h 41m
English
Talend ESB is supplied with the Apache ActiveMQ software for creating message queues and topics. This recipe shows how we can write to and read from an ActiveMQ queue.
First, we'll need to start ActiveMQ.
<talend installation folder>\Runtime_ESBSE\activemq\bin and double-click on the file activemq.bat.localhost:8161/admin. This will allow you to view your queues and topics.jo_cook_ch09_0080_readWriteQueue.The first thing to do is to write a message to a queue.
Writing to the queue
Read now
Unlock full access