[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Diff between doug lea's & java 6 LinkedBlockingDeque

jmesnil do-not-reply at jboss.com
Tue Jun 23 11:45:05 EDT 2009


Trustin, thanks for the pointer but I don't think it meets our requirements.
 
we need a data structure which:
- add element at the head (it's not a queue)
- add element at the tail
- remove element from the head
- provide non fail-fast iterators

It seems the LinkedTransferQueue does not allow to add element at the head


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239477#4239477

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239477



More information about the jboss-dev-forums mailing list