Also it says this but I can't find this to configure via the ServiceMix Console, is this not the JMX console?:
Several parameters can be configured using a JMX console. Configuration Name Type Description Default userName String UserName used to create a connection password String Password used to create a connection jndiInitialContextFactory String Default JNDI InitialContext factory false jndiProviderUrl String Default JNDI provider url jndiName String Default JNDI name to lookup the JMS ConnectionFactory -----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! > >
