[
http://jira.jboss.com/jira/browse/JBESB-1865?page=all ]
Kevin Conner updated JBESB-1865:
--------------------------------
Summary: Can not override inVM listener properties with service properties (was: Can
not configure MessageAwareListener with maxThreads)
This code was added in support of the inVM listener and is not supported by the other
listeners, it is not an issue with MessageAwareListener.
The ESBAwareGenerator.addInVmListener is applying these properties to a child of the
listener node and not to the listener node itself, which is why they do not apply.
This function is also using a hardcoded maxThreads value as the default, rather than leave
it to the MessageAwareListener to sort out.
Can not override inVM listener properties with service properties
-----------------------------------------------------------------
Key: JBESB-1865
URL:
http://jira.jboss.com/jira/browse/JBESB-1865
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Configuration
Affects Versions: 4.3
Reporter: Jervis Liu
Assigned To: Jervis Liu
Can not configure MessageAwareListener with maxThreads, None of below works:
<service category="X" name="Y" description="Blah"
invmScope="GLOBAL">
<property name="maxThreads">10</property>
</service>
<service category="X" name="Y" maxThreads="10"
description="Blah" invmScope="GLOBAL">
</service>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira