Oracle Weblogic Server (MOSC)

MOSC Banner

JCA adapter for advanced queue subcriber with address

edited Aug 29, 2013 7:49AM in Oracle Weblogic Server (MOSC) 3 commentsAnswered
 Hi,
I have problem to dequeing from queue tables from OAQ using OSB

For testing, I have two subscribers as below :
Name                                   Address                                        Protocol                           Rule                       Transformation
demoConsumer       "demo"."demoQueue"@demo                        0
demoConsumer                                                                              0

and here is my JCA configuration:

<adapter-config name="demo" adapter="AQ Adapter" wsdlLocation="../WSDL/demo.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">  
  <connection-factory location="eis/aq/demo" UIConnectionName="demo"/>
  <endpoint-activation portType="Dequeue_ptt" operation="Dequeue">
    <activation-spec className="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec">
      <property name="Consumer" value="demoConsumer"/>
      <property name="QueueName" value="demoQueue"/>
    </activation-spec>
  </endpoint-activation>
</adapter-config>


The problem is, the OSB can't dequeue message assigned for demoConsumer with address. 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center