JCA adapter for advanced queue subcriber with address
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.
0