I'm a ServiceMix novice. I'm trying to implement a publisher and consumer in ServiceMix, similar to the ones in the WS-Notification (Clustered) example.
In the instance3.xml of the WS-Notification (Clustered) example, the publisher is triggered periodically by the Quartz scheduler. In my context, I have a module outside ServiceMix that generates events randomly. Whenever, this module generates an event, I want to send this event to ServiceMix, may be using RMI and have my custom publisher component invoked. My publisher component would then publish this event as a WS-Notification on a topic. To summarize, my publisher component should get invoked whenever my module sends an event. It should not be triggered by any scheduler. Is there someway I can do this? Any clue on this will be really helpful... Thanks. -- View this message in context: http://www.nabble.com/Invoking-a-servicemix-component-without-using-Quartz-scheduler-tp18482031p18482031.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
