Skip to content

Commit

Permalink
Comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
sirchia committed Apr 15, 2013
1 parent 7d20a37 commit f15c0fe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ public String toString() {
}
if (!done) {
exchange.setException(new ExchangeTimedOutException(exchange, timeout));
// Remove timed out Exchange from disruptor
// endpoint.
// Remove timed out Exchange from disruptor endpoint.
// TODO Remove exchange from disruptor. Maybe do this by setting a Property on the exchange and the value
// would be an AtomicBoolean. This is set by the Producer and the Consumer would look up that Property and
// check the AtomicBOolean. If the AtomicBoolean says that we are good to proceed, it will process the
Expand Down

0 comments on commit f15c0fe

Please sign in to comment.