]
Bela Ban resolved JGRP-1351.
----------------------------
Resolution: Done
Using BlockingQueue.put() now
TCP: handle full queue with use_send_queues=true
------------------------------------------------
Key: JGRP-1351
URL:
https://issues.jboss.org/browse/JGRP-1351
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 2.12.2, 3.0
When use_send_queues=true, and we try to add a message to a full queue, we get an
exception because BlockingQueue.add() is used. Instead, the sender should block, we should
use BlockingQueue.put() and handle the InterruptedException when the sender is stopped.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: