My work requires the queues get 3 different pieces of data to work. an int, a double and a int[] list.
From the tutorials I only see single Strings being sent. Can I send multiple types of data in a queue without having to convert it to a string?
Edit: my work around I figured was to convert everything to a string and I can submit it one at a time but what about queues that have require multiple data?