Hello Am using mayconbordin/l5-stomp-queue as a Stomp ActiveMQ reader the problem is when i use the
php artisan queue:work stomp --queue=/Events/Sellers/Salesforce --daemon
it creates a consumer for every message in the ActiveMQ queue as in the image
i have printed the headers and it's as follows:
CONNECT
host:172.10.56.133
SUBSCRIBE
destination:/Events/my/queue
ack:client
id:6629709482291101697
activemq.prefetchSize:1
receipt:73bedf7c62364f734f040c1401e793ed
ACK
message-id:ID:dev-activemq-33130-1481031626350-2:5344:-1:1:533
SUBSCRIBE
destination:/Events/my/queue
ack:client
id:1127623928190074881
activemq.prefetchSize:1
receipt:ebc3a7fb50916fcdd8a2067c8ef6e468
ACK
message-id:ID:dev-activemq-33130-1481031626350-2:5344:-1:1:330
why would it keep subscribing when it didn't send a DISCONNECT header.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community