Tof wrote:
> 
> Hello,
> 
> I am trying to create a JMS writer that posts data into the default
> testing queue named queue/testQueue of JBOSS.
> 
> I have the following xbean.xml for my jms component:
> <beans xmlns:jms="http://servicemix.apache.org/jms/1.0";
>        xmlns:alarm="http://servicemix.apache.org/samples/voda-proto";>
> 
>   <jms:endpoint service="alarm:writeAlarmInJMSQueue"
>               endpoint="jmsWriter"
>               role="provider" 
>               jndiProviderURL="jnp://localhost:1099" 
>               jndiConnectionFactoryName="ConnectionFactory" 
>               destinationStyle="queue" 
>               jmsProviderDestinationName="queue/testQueue" 
>   />
> </beans>
> 
> The deployment fails indicating that ConnectionFactory is unknown !!!
> Please could you help finding correct bean setup ?
> Do i need to create a jndi connection bean ?
> if it is the case where can i find the document that describes this .
> 
> Many thanx in advnace and regard,
> Christophe.
> 

-- 
View this message in context: 
http://www.nabble.com/JMSwriter-in-JBOSS-queue-testQueue-tf4335517s12049.html#a12366541
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to