I've been looking at this for hours wondering what I'm suppose to do here. What is " jms consumer su" and how do I create one? What is a "jms bc"?
I read this but it confuses me: http://incubator.apache.org/servicemix/servicemix-jms.html How do you create a "service assembly" to deploy the bc in servicemix? How do you "then configure the Service"? I'm not sure what is naming and what is actually referring to an object. I also don't know what classes I am suppose to implement. I've been looking at the webapp example and it doesn't help me because I can't tell what it does. Can anybody help clarify this? Seems like I should be able to use the JMSTemplate to send a message asynchronously on a topic. How do I write a class to intercept the message? Then how do I configure it in spring to work with servicemix? I think I only need lightweight component sinse I'm already going to be sending the message from a class already declared in spring. Shawn -----Original Message----- From: Adrian Co [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 11:55 AM To: [email protected] Subject: Re: jms You first create a jms consumer su to deploy in the jms bc http://incubator.apache.org/servicemix/servicemix-jms.html then create a service assembly to deploy the bc in servicemix. the destination you configure in the service unit would be the jms destination it will receive jms messages from. then configure the service you would want to handle the message (i.e. jsr181 component, lw component, etc.) Hope this helps. :) Garner, Shawn wrote: > I want to setup a JMS queue in service mix and publish it for invocation > in Tomcat. > > I've installed the shared library and the jms component but I am unsure > what to do next. > > I'm unfamiliar with ServiceMix, JMS, and ActiveMQ although I've been > trying to figure this out from documentation. > > > > Can somebody give me some rough steps to configure and use? > > > > Shawn > > > > > > !DSPAM:507,460a9c9c309252002735277! > >
