muleContext.registerListener(this, "*JmsTestCompoennt");
This registration would only receive {@link FunctionalTestNotification} objects from components called 'MyJmsTestComponent' and 'YourJmsTestComponent' but not 'HerFileTestComponent'. To receive all notifications simply do - muleContext.registerListener(this");
@see FunctionalTestComponent
@see FunctionalTestNotificationListener
@see MuleContext
|
|
|
|