In oracle SOA suite, i have a b2b listening channel which polls to a ftp location process the file
and sends xml msg to soa composite
The soa composite recieves the msg via inbound b2b adapter which has integration type as 'default' , no AQ or JMS type is selected
In b2bconsole i am able to see the file has been polled sucessfully and msg is processed sucessfully ,no error or warings in b2b log
but soa composite didtnt recieve any msg ,instance was not created
When i took a look at the application message it
shows
App Message property {ACTION_NAME=null, Protocol Version=1.0, Recepient=b2buser, Endpoint=aq://IP_IN_QUEUE, Protocol=AQ}
I have used 'default' integration type in B2b adpter ,then why msg is being pushed to AQ?
please advice and share your thoughts on it
Thanks in advance