Closed dselivanov closed 4 years ago
I'm trying to publish message which consist of raw data (in my case messagepack, but as an example i'm just sending byte encoded string).
library(longears) con = amqp_connect() msg = charToRaw("test") amqp_publish(con, msg, exchange = "", routing_key = "test")
However somewhere internally it got encoded into "NA".
Working in this - will submit PR soon.
Yep, this is absolutely needed. I thought I'd implemented it long ago, but clearly that never got merged.
I'm trying to publish message which consist of raw data (in my case messagepack, but as an example i'm just sending byte encoded string).
However somewhere internally it got encoded into "NA".