[kpvdr@localhost artemis-reproducer]$ ./build/src/simple_send on_sendable() sendMessage() amqpType=null testValueStr="" sent=1 sendMessage() amqpType=boolean testValueStr="True" sent=2 sendMessage() amqpType=ubyte testValueStr="0x1" sent=3 sendMessage() amqpType=ushort testValueStr="0x1" sent=4 sendMessage() amqpType=uint testValueStr="0x1" sent=5 sendMessage() amqpType=ulong testValueStr="0x1" sent=6 sendMessage() amqpType=byte testValueStr="0x1" sent=7 sendMessage() amqpType=short testValueStr="0x1" sent=8 sendMessage() amqpType=int testValueStr="0x1" sent=9 sendMessage() amqpType=long testValueStr="0x1" sent=10 sendMessage() amqpType=float testValueStr="0x40490fdb" sent=11 sendMessage() amqpType=double testValueStr="0x400921fb54442eea" sent=12 sendMessage() amqpType=decimal32 testValueStr="0x00000000" sent=13 sendMessage() amqpType=decimal64 testValueStr="0x0000000000000000" sent=14 sendMessage() amqpType=decimal128 testValueStr="0x00000000000000000000000000000000" sent=15 sendMessage() amqpType=char testValueStr="0x1" sent=16 sendMessage() amqpType=timestamp testValueStr="0x0" sent=17 sendMessage() amqpType=uuid testValueStr="00010203-0405-0607-0809-0a0b0c0d0e0f" sent=18 sendMessage() amqpType=binary testValueStr="binary: Hello, world!" sent=19 sendMessage() amqpType=string testValueStr="string: Hello, world!" sent=20 sendMessage() amqpType=symbol testValueStr="symbol: myDomain.123" sent=21 on_sendable() on_delivery_accept() name=DELIVERY_ACCEPT confirmed=1 sent=21 on_delivery_accept() name=DELIVERY_ACCEPT confirmed=2 sent=21 on_delivery_accept() name=DELIVERY_ACCEPT confirmed=3 sent=21 ^C [kpvdr@localhost artemis-reproducer]$ ./build/src/simple_recv simple_recv listening on amqp://127.0.0.1:5672/jms.queue.example unexpected type, want: ulong got: null