cancel
Showing results for 
Search instead for 
Did you mean: 

jms one request after the other

Former Member
0 Kudos

Hi

I know that jms adapter is processing one request after the other.

This is mean that it can't read 2 messages in the same time. My problem is that the sender channel is reading the second message only after first message is processed (is a synchronuos scenario jms-rfc-jms). How can i implement paralelism in this case?

Thank you,

Florin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

do you want to produce the target message by combining several sender message types?

if yes,then you might wanna use BPM and do a N:1 message mapping

Thanx

Aamir

Former Member
0 Kudos

No

jms sender doesn't suport paralelism and is always waiting to process the second message after first is finished.I just want to be faster, not to process one wait to finish rfc call..and after that start to process the second one.

Florin