You have a broker started by default, you also have a connection pool available as a default via the osgi registry.
To use camel, you can use the feature camel-jms / camel-activemq, and that'll give you all the workings necessary for working with JMS Then just follow the examples in camel-jms. /je On Mar 15, 2011, at 9:17 AM, Michael Dewitte wrote: > Hi, > > still trying to find my way in some aspects of ServiceMix... > > ActiveMQ is installed when installing a ServiceMix instance. What do I have > to do if I want to have a JMS IN endPoint (I want to facade a service with > JMS) ? > > Do I have to install another ActiveMQ instance or do I reuse the existing > one ? Do I have to use Camel ActiveMQ component or is it another possibility > (and what would be the prefered one in different cases ?) > > I know there's also the JBI component, but since it's not developped > furthermore in favor of the Camel components, I assume it wouldn't be a very > good idea to start new developments based on it... > > > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/JMS-ActiveMQ-transport-tp3706931p3706931.html > Sent from the ServiceMix - User mailing list archive at Nabble.com.
