-
1. Re: Issues with connection creating using JMSContainerInvoke
timfox May 18, 2007 8:36 AM (in response to timfox)I should add that this is only really a problem when deploying MDBs in JBoss AS that are consuming from a *remote* JMS provider (e.g. another JBossAS instance).
For deploying MDBs that consume from a colocated JMS provider (which is the standard deployment scenario) this is not an issue since you would not want load balancing anyway. -
2. Re: Issues with connection creating using JMSContainerInvoke
adrian.brock May 21, 2007 2:10 AM (in response to timfox)There is no seperate connection for (3).
I don't know what you are seeing, but the sessions for delivery must be
under the same connection as the connection consumer.
SHOW EVIDENCE!
The use of the DLQ connection (1) is really pretty redundant since it is only
for JMS implementations that don't have DLQs themselves (like JBossMQ). -
3. Re: Issues with connection creating using JMSContainerInvoke
timfox May 23, 2007 1:22 PM (in response to timfox)Evidence is on its way... I am very busy this week, but will get round to it next week :)
-
4. Re: Issues with connection creating using JMSContainerInvoke
weston.price May 23, 2007 3:52 PM (in response to timfox)
SHOW EVIDENCE!
Please do. I can't quite understand what you are seeing as the Session created always originates from the original connection. -
5. Re: Issues with connection creating using JMSContainerInvoke
ramazanyich Sep 24, 2007 6:05 AM (in response to timfox)Is there any progress on this issue ? We are really need clustered factories for MDBs