[jboss-jira] [JBoss JIRA] Created: (JGRP-1351) TCP: handle full queue with use_send_queues=true
Bela Ban (JIRA)
jira-events at lists.jboss.org
Sat Aug 13 02:30:10 EDT 2011
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list