Close
jGuru Forums
Posted By: Murali_Rajagopalan Posted On: Monday, May 27, 2002 11:50 PM
Re: Can we create our own Connection Factory ?
Posted By: Nicholas_Whitehead Posted On: Saturday, June 29, 2002 09:45 AM
Murali;
Can you explain what you mean by a stack ? The queue itself is simply and abstraction construct intended to provide a consistent interface for point to point operations. The underlying implementation is irrelevant to most users of the JMS services.
If you are referring to replacing FIFO with PUSH and POP operations like a traditional programing stack, I suppose you could implement something like that, but it is not a JMS supported pattern.
//Nicholas
Posted By: William_Xu Posted On: Friday, June 28, 2002 02:01 PM