WS MQ - 从队列中删除消息
我正在使用 .net 框架来处理 ws 队列。是否可以从队列中移除/删除消息?
I am using .net framework to work with ws queues. Is it possible to remove/delete a message from a queue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检索它会将其从队列中删除。如果您不想对检索到的消息执行任何操作,则可以将其丢弃。
返回消息;
Retrieving it will remove it from the queue. You can then discard the retrieved message if you don't want to do anything with it.
return messages;