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

279 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 best solutions below

0
On

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

1
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.