Hi!

I'm dealing with Service Mix for the first time, and It's quite new to me.

To get started I set my Service Mix up and running, and I tried the
jms-binding example provided.
I started SM with the servicemix.xml that comes with the example and using
jconsole I found the newly set up components for sending and receiving
(nice...). Then I used the provided client (JMSClient.java) with ant to send
a message to the AMQ topic and I received it as expected at the response
topic (great!!). Everything went perfectly until this point!

What I'm trying to do now is to set up a component that will provide a
service (let's say it has a method that does something when requested...).
The idea is to set an AQM topic for receiving requests to that component,
and another topic where the component answers to the service requestor. Any
other way of doing this would be valid, as long as the service provider
component receives the request and sends back and answer.

My problem is that I'm finding it difficult to set up SM so that my service
component gets the request message. Can anyone guide me briefly through the
steps needed to do this?

Thanks in advance!
-- 
View this message in context: 
http://www.nabble.com/Service-Mix-starter-tf2232691.html#a6188817
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to