#1773 bites the dust
This commit is contained in:
parent
1e347bab11
commit
c201d28fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ trait BoundedMessageQueueSemantics extends QueueBasedMessageQueue {
|
||||||
final def enqueue(receiver: ActorRef, handle: Envelope) {
|
final def enqueue(receiver: ActorRef, handle: Envelope) {
|
||||||
if (pushTimeOut.length > 0) {
|
if (pushTimeOut.length > 0) {
|
||||||
queue.offer(handle, pushTimeOut.length, pushTimeOut.unit) || {
|
queue.offer(handle, pushTimeOut.length, pushTimeOut.unit) || {
|
||||||
throw new MessageQueueAppendFailedException("Couldn't enqueue message " + handle + " to " + toString)
|
throw new MessageQueueAppendFailedException("Couldn't enqueue message " + handle + " to " + receiver)
|
||||||
}
|
}
|
||||||
} else queue put handle
|
} else queue put handle
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue