Reputation: 159
I'm trying to understand OSB and i have the situation shown in figure.
JMSProducer is a Business Service that produce a message (request) that is put in RequestQueue
JMSConsumer is a proxy consume the message request
JMSReplyProducer is a Business Service JMSReplyProducer generate a response
JMSReplyConsumer is a proxy that consume the response.
I have problem to set the flow. I'm using OEPE to setup the Oracle Service BUS. I've already create a JMSProducer that send a request to JMSconsume and I let JMSConsumer to consume the request. In JMSConsumer i have a pipeline pair and in the request pipeline a node stage with a log.
I don't understand, as shown in Figure, how to put in comunication the JMSConsumer with JMSReplyProducer and let JMSReplyCOnsume to consume the response.
Upvotes: 1
Views: 128
Reputation: 2253
Is Response Required
checked, and using the default correlation ID to pull from ResponseQueueIs Response Required
checked, and outputs back to ResponseQueue. You can then fill out that proxy to do whatever you want.Upvotes: 1