Friday, 13 June 2014

Oracle AQ Adapter Demo


We have crossed Oracle AQ Adapter Introduction in previous post.Now we are exploring Oracle AQ Adapter with an sample use case.

Let us create SampleAQPublisher Process to publish the data in ORDER_QUEUE.






                     
Before configuring AQ Adapter, we need to create

data base connection for SATISH_AQ user as shown below.


Configure the AQ Adapter as shown in the below sceen shots.






This is the how the BPEL Process would look like





Finally deploy and test the process from EM.Trough EM we have tested the process which published the data in Queue.

Now we need to design the consumer process to consume the data from the same Queue.

Let us create SampleAQConsumer Process to consume the data from ORDER_QUEUE, which will look like this.

 Configure the AQ Adapter to consume the data from the queue.Follow the same steps as above.



 This is the how the BPEL Process would look like



 
















     Deploy ant test the process from EM. Consider the below screen shots for the test result.

       





































                                             

Could you please give me your valuable feedback as comment.

No comments:

Post a Comment