Ok I’ll try to make this a quick!
I’m looking at 6.1 using JDBC Adapter Notification. Same should apply to 6.0.1
From developer, after successfully creating your JDBC Connection and creating, say an InsertNotification,
called test.notify:DBInsertNotification. This also generates a test.notify:DBInsertNotificationDocument
make sure it’s publishable and in sync with the Broker.
If connected to the Broker, this document should be published automatically or you can publish it
using sync option at a later time.
Now create a Trigger call test.notify:insertTrigger
set the following:
In document types and filters
Add - test.notify:DBInsertNotificationDocument
Condition:
Name - “something meaningfully”
Service - test.notify:targetService
In you test.notify:targetService
Add Document Reference - test.notify:DBInsertNotificationDocument
(Reference should be fully qualified)
e.g.
test.notify:DBInsertNotificationDocument(DBInsertNotificationDocument)
When the insert notification occurs, the trigger should re-direct to the service and then you can Map as usual.
#Universal-Messaging-Broker#broker#Integration-Server-and-ESB#webMethods