Environment
Novell Identity Manager 3.5.1
Novell Identity Manager Driver - Java Messaging Service
Situation
Is it possible to publish events to different JMS topics depending on the type of event? Trying to send add events to a user add topic, modify events to a user modify topic and delete events to a user delete topic. It is possible to setup multiple destinations, but it looks like they will all receive every event.
Resolution
In the current JMS Driver implementation, this is not possible.