'RabbitMQ: how to send multiple values?

I need to pass to RabbitMQ queue and receive from values: guid, int, string, byte[]

What is the best way? Now I pass the byte[] as message. May be its possible to pass guid, int. string as user-defined tags etc?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source