Hi JB: Thank you for your reply.
how do I start an embedded server in the bundle? I do not recall doing anything like that. Following lines are in my jms config file: name=db-consumer jms.url=tcp://localhost:61616 jms.username=<user> jms.password=<password> type=activemq osgi.jndi.service.name=jms/consumer and the following are the dependencies I am using in my feature for this bundle: <feature>jms</feature> <feature>transaction</feature> <feature>spring</feature> <feature>pax-jms-config</feature> <feature>pax-jms-activemq</feature> <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1</bundle> <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle> <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6</bundle> <bundle>mvn:org.apache.activemq/activemq-osgi/${activeMQ.version}</bundle> Did I do something wrong here ? Regards, Cooshal. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html