Hi, I'm trying to interact with an AMQP endpoint using the Ruby implementation. The endpoint is very specific in requiring a ulong message id, even though the message id they want is 1 [1]. However if I set it to 1 using Ruby, it is sent as a smallint (verified using wireshark), which they reject.
I've looked into the SWIG automatic conversions and the other encoding/conversion code, but I'm unclear in how I can get the message id to be a ulong with the value 1. What would be ways to achieve this? [1] I know it should be unique, but it's not under my control thanks and best regards, -- Ivo Wever --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org