cancel
Showing results for 
Search instead for 
Did you mean: 

Reading message from two queues and sort according the time stamp

Former Member
0 Kudos

Hi

I have a requirement where i have to read the message from two queue .. and sort according the Time stamp ( Field in payload ) and send it ot the Webservice ..

How i acheive using the BPM..

in the BPM i have to collect the message for every 20 sec ... and then sort it tout ...

S V

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Do you mean from two sender? What do you exactly mean by "reading from two queues"?

Regards,

Prateek

Former Member
0 Kudos

Reding it from two queue .. i created the two CC ...

VijayKonam
Active Contributor
0 Kudos

Use multimapping (2 to 1). Use the function sort and sort by key in the mapping for sorting the nodes.

VJ