Create Pooled Connection Factory using JBoss CLI in EAP 6
Issue
I need to create the following connection factory via the JBoss CLI, but I'm having trouble building a valid command:
<pooled-connection-factory name="remote-pooled-cf">
<connectors>
<connector-ref connector-name="remote-connector"/>
</connectors>
<entries>
<entry name="java:/RemoteJmsXA"/>
</entries>
<cache-large-message-client>false</cache-large-message-client>
</pooled-connection-factory>
Environment
- Red Hat JBoss Enterprise Application Platform
- 6.1.0+
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
