我正在使用以下请求向队列发送消息:
POST http://localhost:8161/api/message/PR?type=queue
Host: localhost:8161
Authorization: Basic YWRtaW46YWRtaW4=
User-Agent: curl/7.48.0
Accept: */*
Content-Type: application/x-www-form-urlencoded
Content-Length: 12
然后我转到管理界面,我看到队列和那里的消息。
现在问题是,如何检索此消息?