This content has been marked as final.
Show 1 reply
-
1. Re: How to configure JMS pooled connection factory for remote client in jboss EAP6.0
gaohoward Sep 22, 2014 9:20 PM (in response to cmnewsletter)The pooled connection factory is managed my JCA resource adapters. So to use it you need a JMS resource adapter. If your remote client is in a Jboss container you can configure a local pooled connection factory and use it. For a standalone client, you can simple cache your connection, or use some other frameworks (spring?).
Howard