Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1-rc1
-
Component/s: Core: API, Core: Containers, Modules: Management / JMX
-
Labels:None
-
Environment:
Linux 2.4.20-27.7 i686
JDK 1.4.2_04
-
Configuration:
-
Log Output:
-
Similar Issues:None
Description
Hi all,
In my application I was required to provide dynamic register and
unregister components for handling incoming events. I tried to use
ServiceComponent.start/stop(), also I tried to stop component via JMX,
but it had no effect.
The code that I used here:
MuleClient client = new MuleClient();
ComponentService serv = new ComponentService("EchoUMO3");
serv.stop();
client.send("vm://EchoUMO3", "Koko\n", null));
In this case the message still arrives to component "EchoUMO3" and is handled by it.
I also tried to use dispatch() instead of send(), doesn't help
All old Resolved issues transitioned into a Closed state.