11-16-2013 09:41 AM
Hi Guys
Is there any way to read same queue element in the same queue at multiple location simultanuously, the example in the attachment.
Best Regards
Gary
11-16-2013 09:48 AM
No, if you want each reader to have a separate copy, you need multiple queues.
11-16-2013 09:15 PM
What is it that you are trying to do? There may be better / other ways to accomplish synchronization, etc.
11-18-2013 02:31 AM
Thanks, i got it
11-18-2013 11:01 AM
Looks like you want a notifier not a queue