JMS pooled connection factories are not persisted into XML in EAP 6

Solution Unverified - Updated -

Issue

  • In Jboss EAP 6, inside standalone-full.xml, the connection factory
    entries are lost if we make changes from CLI.

  • If we Delete the connection factory entry from standalone-full.xml and add
    two entries of pooled conection factories like below.

<jms-connection-factories>
<pooled-connection-factory name="hornetq-ra">
<transaction mode="xa"/>
<connectors>
<connector-ref connector-name="in-vm"/>
</connectors>
<entries>
<entry name="java:/JmsXA"/>
</entries>
</pooled-connection-factory>
</jms-connection-factories>


<pooled-connection-factory name="hornetq-ra-1">
<transaction mode="xa"/>
<connectors>
<connector-ref connector-name="in-vm"/>
</connectors>
<entries>
<entry name="java:/JmsXA-1"/>
</entries>
</pooled-connection-factory>
</jms-connection-factories>
  • Then on CLI , making some change in any subsystem and submitting the changes results in deletion of connection factory entries.

Environment

  • JBoss Enterprise Application Platform (EAP)
    • 6.0.0

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content