If you are creating a custom individual or custom global event that uses a SQLDMS topic or queue as its destination, the final step in the configuration process is to add the new queue to the /atg/dynamo/messaging/SqlJmsProvider.properties file in your configuration path. The following example shows the default SqlJmsProvider.properties file for the Scenarios module.

requiredTopicNames+=\
     sqldms/DSSTopic/ScenarioUpdateEvents,\
     sqldms/DSSTopic/IndividualTimerEvents,\
     sqldms/DSSTopic/CollectiveTimerEvents,\
     sqldms/DSSTopic/BatchTimerEvents

requiredQueueNames+=\
     sqldms/DSSQueue/IndividualTimerEvents,\
     sqldms/DSSQueue/CollectiveTimerEvents,\
     sqldms/DSSQueue/BatchTimerEvents

Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices