juks / iso-8583-socket-queue

ISO 8583 gateway
MIT License
195 stars 111 forks source link

Solving queue conflict #25

Closed sintyasin closed 6 years ago

sintyasin commented 6 years ago

Hello, i want to send a reversal message 3 times with the exactly same value for every bit, but i got "Queue warning: solving queue conflict with 2 pretenders [success]" How can i send it without changing any bit in the message im going to send ?

Thank you in advance

juks commented 6 years ago

Hi! Queue conflict is detected each time when there are two POS active (who already sent their transactions) clients with same identity waiting for the response.

In your case this might be due to the fact that you have repeated the messages with the same fields before the previous senders left the queue.

Looks like you have solved this already.