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&...]