cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : JMS-RFC-JMS

Former Member
0 Kudos

Hi Friends,

My Scenario is JMS-RFC--JMS.(I have to get request XML from Sender JMS adpter to R/3 and then Response from R/3 has to sent back to receiver JMS adapter) i.e Both sender and receiver JMS has different queue names

I have created scenario exactly like FileRFC-FIle.So in my sender JMS adapter in Module tab i have used these two module AF_Modules/RequestResponseBean and AF_Modules/ResponseOnewayBean .

Please let me know whether the approach is rite or we can have some other apporirate design..

Thanks,

Dinesh

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>Please let me know whether the approach is rite

I think your design approach is correct. You are using Async Sync Bridge pattern. (with BPM )

JMS(Async) -


> RFC(SYNC) -


> JMS(ASYNC)

Former Member
0 Kudos

Hi Baskar,

Thanx for your quick reply.Iam not trying with BPM.I am trying with Request/Response Bean in Module of sender adapter..Can i go with this one.

Thanks,

Dinesh

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Yes, It will work.

agasthuri_doss
Active Contributor
0 Kudos

Dinesh,

>>I am not trying with BPM.I am trying with Request/Response Bean in Module of sender adapter..

Ple let us know how it works. ( Update the thread )

Thanks

Agasthuri

Former Member
0 Kudos

WIll Update everyone..once its done..Thanx for ur support

Thanks,

Dinesh

Former Member