[jboss-dev-forums] [JBoss AS 7 Development] - Re: connecting a remote hornetQ server
Hans Steiner
do-not-reply at jboss.com
Fri Apr 13 08:57:31 EDT 2012
Hans Steiner [https://community.jboss.org/people/hans-juergen.stemmer.vkb.de] created the discussion
"Re: connecting a remote hornetQ server"
To view the discussion, visit: https://community.jboss.org/message/729867#729867
--------------------------------------------------------------
Hello
I found out, that adding a user and a password would solve the problem (no more warning)
<pooled-connection-factory name="hornetq-ra">
<transaction mode="xa"/>
*<user>guest</user>*
*<password>guestpw</password>*
<connectors>
<connector-ref connector-name="netty"/>
</connectors>
<entries>
<entry name="java:/JmsXA"/>
</entries>
</pooled-connection-factory>
Unfortunately these two options are getting deleted when the server is started. So after starting the server once I have the problem again. How can it be, that options are recognized but discared during the startup?
Any ideas?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/729867#729867]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120413/66c881fd/attachment.html
More information about the jboss-dev-forums
mailing list