JBoss Community

Re: connecting a remote hornetQ server

created by Hans Steiner in JBoss AS 7 Development - View the full discussion

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

Start a new discussion in JBoss AS 7 Development at Community