0

I want pass two payloads and variables data inside the VM in mule 3.4.2. How can I pass this data?

Opal
  • 81,889
  • 28
  • 189
  • 210
Gopi
  • 105
  • 1
  • 7
  • 24

2 Answers2

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