I want pass two payloads and variables data inside the VM in mule 3.4.2. How can I pass this data?
Asked
Active
Viewed 244 times
0
-
3u should show your efforts first and then ask for help regarding any errors. – Anirudh Sharma Jun 12 '15 at 04:42
-
Explain two? two separate messages? or do you want to separate one message into two? or parallell multicast the same message to two VM endpoints? – Ryan Carter Jun 12 '15 at 06:59
2 Answers
0
By definition a message has only one payload. Perhaps what you are looking for is attachments?

Víctor Romero
- 5,107
- 2
- 22
- 32
0
In Mule you can't have two payloads at same time. Rather you can Store your payload into Session variable and pass Variables into your flow VM.

RamakrishnaN
- 367
- 3
- 9