[jboss-user] [JBoss Messaging] - Re: creating non-transactional JMS connection factory

2009-06-03 Thread timfox
saiya-jin wrote : ok my fault, | I wanted to say we ALREADY have defined our own JMS connection factory, which seems to be transactional by default. What we need to set is explicitly turn of transactional behavior for this one. | I hope i made myself more clear In JMS there is no such

[jboss-user] [JBoss Messaging] - Re: creating non-transactional JMS connection factory

2009-06-02 Thread gaohoward
hi, if you have the EAP 4.3 doc, please read the doc first (the jboss messaging part). If you elaborate more on your use case, you may get more specific help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234731#4234731 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: creating non-transactional JMS connection factory

2009-06-02 Thread saiya-jin
ok my fault, I wanted to say we ALREADY have defined our own JMS connection factory, which seems to be transactional by default. What we need to set is explicitly turn of transactional behavior for this one. I hope i made myself more clear View the original post :

[jboss-user] [JBoss Messaging] - Re: creating non-transactional JMS connection factory

2009-06-02 Thread gaohoward
I think you meant that you want a ConnectionFactory instance rather than XAConnectionFactory. If so you can simply cast the factory instance to ConnectionFactory. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234835#4234835 Reply to the post :