标签: python queue stomp pop
当使用带有监听器的stomp.Connection(host_and_port).connect(creden)连接到队列时,所有消息都从队列中获取。有没有办法只在队列上的给定位置接收消息,或者至少是最旧的消息,在连接时将剩余的消息留在队列上?
stomp.Connection(host_and_port).connect(creden)