-
Feature Request
-
Resolution: Done
-
Major
-
1.0.1.Final
-
None
Currently if a client does multiple simultaneous invocations on a EJB, there's a chance that the channel's max outbound message limit will be exceeded and the client will see a ChannelBusyException. As part of EJBCLIENT-20 we allowed the client to configure the max outbound message limit. We should now take this into account and block a call if the current message count of the channel has reached the maximum. The call should be allowed to proceed only after the previous messages on the channel have been consumed.
- is incorporated by
-
AS7-3716 Suspecting EJB remote client server affinity to be broken
- Resolved