I want pass two payloads and variables data inside the VM in mule 3.4.2.How I need to pass them?

268 views Asked by At

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

2

There are 2 answers

0
Víctor Romero On

By definition a message has only one payload. Perhaps what you are looking for is attachments?

1
RamakrishnaN On

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.