Print Page

Wednesday, June 10, 2009

Custom Exception Queue

Custom Exception Queue

Oracle B2B enque the exception messages to IP_IN_QUEUE with user as B2BERRORUSER and is always fixed. This feature allows the users to configure a custom queue to receive the Exception messages. For e.g: if the communication mechanism with backend application is JMS, using the default IP_IN_QUEUE, with B2BERRORUSER might not be a feasible option.

Configuring the following tip.properties can enable this feature

oracle.tip.adapter.b2b.CustomExceptionChannel=[Internal Delivery channel name]

Note:

  1. This internal delivery channel can be configured against JMS queue and it need not have to be part of any agreement.
  2. Part of MLR7