Re: JBoss JCA and queue creation

2012-09-21 Thread Weston M. Price
x27; > ra=jboss.jca:service=RARDeployment,name='qpid-ra-0.18.rar' > >> -Original Message- >> From: Weston M. Price [mailto:wpr...@redhat.com] >> Sent: Wednesday, September 19, 2012 10:09 AM >> To: users@qpid.apache.org >> Subject: Re: JBoss JCA and

RE: JBoss JCA and queue creation

2012-09-21 Thread Jan Bares
nFactory' ra=jboss.jca:service=RARDeployment,name='qpid-ra-0.18.rar' > -Original Message- > From: Weston M. Price [mailto:wpr...@redhat.com] > Sent: Wednesday, September 19, 2012 10:09 AM > To: users@qpid.apache.org > Subject: Re: JBoss JCA and queue creation

Re: JBoss JCA and queue creation

2012-09-19 Thread Weston M. Price
name="RARName">jboss.jca:service=RARDeployment,name='qpid-ra-0.14.rar' > javax.jms.Destination > >destinationType=QUEUE >destinationAddress=quickstart_helloworld_Request_gw;{create:always, > node:{type:queue, x-declare:{auto-delete:true}

Re: JBoss JCA and queue creation

2012-09-19 Thread Weston M. Price
nationAddress=quickstart_helloworld_Request_gw;{create:always, > node:{type:queue, x-declare:{auto-delete:true}}} > > > > >> -Original Message- >> From: Weston M. Price [mailto:wpr...@redhat.com] >> Sent: Tuesday, September 18, 2012 1:35 PM >&g

RE: JBoss JCA and queue creation

2012-09-19 Thread Jan Bares
18, 2012 1:35 PM > To: users@qpid.apache.org > Subject: Re: JBoss JCA and queue creation > > Hi Jan, > What you are seeing is the JCA AdminObjects being created and > bound into the JBoss JNDI tree. When you actually deploy an application with > either a producer or a consumer (

Re: JBoss JCA and queue creation

2012-09-18 Thread Weston M. Price
Hi Jan, What you are seeing is the JCA AdminObjects being created and bound into the JBoss JNDI tree. When you actually deploy an application with either a producer or a consumer (MDB, Servlet) etc, you will see the destinations being created on the Broker. Note, a good place to start is