On 7/12/07, kumar k <[EMAIL PROTECTED]> wrote:
Please tell me roadmap for learning ServiceMix.
There are many things that can be done, but first read the following: http://incubator.apache.org/servicemix/what-is-a-jbi-su-and-how-do-i-create-one.html http://incubator.apache.org/servicemix/what-is-a-jbi-sa-and-how-do-i-create-one.html
I am new to ESB and JBI. I need to put a jms message on bus. Configure subscribers based on some criteria and Processing of message in subscribers. Message is generated because of event.
Publishing a JMS message to ServiceMix is pretty easy - just use the JMS APIs to send a message to a queue. Most often I simply use a modified copy of one of the classes that is packaged with ActiveMQ in the examples directory named ProducerTool (modified to send a XML message instead of a text message). Making ServiceMix consume messages from the queue can be achieved by creating a consumer SU for the servicemix-jms component (http://incubator.apache.org/servicemix/servicemix-jms.html). Start there and let's work through it. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache Geronimo - http://geronimo.apache.org/ Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Castor - http://castor.org/
