No, there's no stacking going on.  The active queue is just an object
that is used for push/queue/pull operations.  If you need to use
multiple queues, you'd probably be better off creating RexxQueue
objects directly and skip setting them as active.


Rick

On Mon, Aug 22, 2011 at 10:38 AM, David Ashley
<[email protected]> wrote:
> I have a potential need for multiple queues in a Rexx program. I know there 
> can
> be only one active external data queue for a Rexx process but I am wondering
> about the model used when new queues are created. Are new queues stacked when
> they are created? If I create a new queue and then delete it later does the 
> old
> queue now become active again?
>
> --
>
> David Ashley
> ooRexx Development Team
>
>
> ------------------------------------------------------------------------------
> uberSVN's rich system and user administration capabilities and model
> configuration take the hassle out of deploying and managing Subversion and
> the tools developers use with it. Learn more about uberSVN and get a free
> download at:  http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to