Hello;
I need to route 5 messages at once to 1 of 2 different channels. I need to pack them, route it and then unpacked in either channel 1 or channel 2 and I'm having a bit of trouble. I can't figure out how to pack the messages. Pack doesn't seem to work with messages.
This is what I'm trying to do with the objects I know:
[Hello( [Goodbye(
| /
| /
| /
[pack]
|
|
[gate 1 2]___________ channel 2
| [unpack]
| channel 1 \ \
[unpack] \ \
| \ [Hello( [Goodbye(
| \
[Hello( [Goodbye(
Any ideas please?
(I don't need it to be routed to both, just used this as an example)