I'm using Apache ActiveMQ 5.16 and simply trying to send data with multibyte characters (e.g. 日一国会ABC
) to a queue using ActiveMQ web console. I'm using CURL call to read the data but response has data as ????ABC
. Can someone point me to what might be the issue?
Data in the ActiveMQ web console:
curl
call:
curl -X DELETE \
-H "Accept: application/json" \
-H "Content-Type: application/json; charset=utf-8" \
-u username:password \
"http://localhost:8161/api/message/standalone.source.queue"
Response: