Discussion:
[jboss-user] [IronJacamar] - Does JBoss 7 support unshareable connections
jleinawe
2012-12-05 20:38:41 UTC
Permalink
jleinawe [https://community.jboss.org/people/jleinawe] created the discussion

"Does JBoss 7 support unshareable connections"

To view the discussion, visit: https://community.jboss.org/message/780236#780236

--------------------------------------------------------------
I'm finding in practice, if I configure a connection factory to use res-sharing-scope "Unshareable", like so

|
| <resource-ref> |
|     | <description>Default TopicFactory</description> |
|     | <res-ref-name>jms/jms_qa_func_d1c1_cf3</res-ref-name> |
|     | <res-type>javax.jms.TopicConnectionFactory</res-type> |
|     | <res-auth>Application</res-auth> |
|     | *<res-sharing-scope>Unshareable</res-sharing-scope>* |
|     | <lookup-name>java:jboss/jms_qa_func_d1c1_cf3</lookup-name> |
|
| </resource-ref> |


It will still use Shareable connections.   This is using an application where a resource-adapter (not from JBoss) is deployed and the resource-adapter doesn't support shared connections.  

Does JBoss 7 support Unshareable and if so, how is this configured?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/780236#780236]

Start a new discussion in IronJacamar at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]
Martin Keller
2013-06-04 06:59:22 UTC
Permalink
Martin Keller [https://community.jboss.org/people/martinhkeller] created the discussion

"Re: Does JBoss 7 support unshareable connections"

To view the discussion, visit: https://community.jboss.org/message/821159#821159

--------------------------------------------------------------
We do also have the same problem.

Even if the res-sharing-sope is set to "Unsharable" JBoss 7 uses connections in a sharable way.
It seems that JBoss 7 dosn't support this mandatory feature.

Loading...