Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Send EDI request to B2B from BPEL

651121Sep 1 2011 — edited Sep 8 2011
I am working on an integration effort.

Our plan would be have a BPEL pick up a X12 message from IBM MQ and send it to B2B to transform it into a XML format. Because of the asynchronous manner. The B2B will pass the result to a TP, which is another BPEL process.

We believe we need to create a listening channel for the B2B host TP to pick up the request. If we use a B2B Adpater in our composite, what should the listening channel be? An alternative would be the BPEL process drop the message in a JMS queue through JMS adapter and the listening channel is pointing to the JMS queue.

Can anybody confirm our solution or help us find a better solution?

Thanks

John

Comments

EJP
Whatever the answer to that might be, it's irrelevant, as ResourceBundle will cache it anyway.
Murray9654
Thank you. what I found is it creates New Resource bundle object every time I load the page. Anyway thanks for the information.
EJP
It can't. There is no accessible constructor. What you mean is that it calls ResourceBundle.loadBundle(). But that returns a cached copy if the bundle has already been loaded, as I already told you.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 6 2011
Added on Sep 1 2011
6 comments
273 views