How can I deliver a message to a specific partition of the publishing adapter?
The Database adapter polls the MESSAGEOBJECTTABLE table in the OAI schema to check for incoming messages and picks up any message that is meant for that adapter by checking the application name. If you have created partitions on an application and you want a particular partition to receive message from the MESSAGEOBJECTTABLE, then you need to specify the partition name along with the application name before putting the message into the MESSAGEOBJECTABLE. When Database adapter is used to connect to an application, iStudio generates the required PL/SQL stored procedures for the events defined for the application in iStudio. These stored procedures enable an application to interface with OracleAS Integration InterConnect through the Oracle database. For example, Application DBAPP contains two partitions PAR1 and PAR2. When you deploy a database event Publish(purchase_order.CreatePO) from iStudio, procedures crMsg_Create_PO_OAI_V1 and pub_Create_PO_OAI_V1 are generated automatically. To sp