Hi Suman, You can manually publish a task ones per tube (for multiple tubes). A tube can in this case be a topic. However, this smells like a hack to me and you are probably better off with something closer to a message queue.
Cheers, Jens On Mon, Aug 17, 2015 at 6:16 PM, Suman patro <[email protected]> wrote: > Thank you so much. > But your 1st and 2nd answers conflict. > If copies can be given to multiple Consumers(1), then why a copy can be > consumed by a single consumer (2)..if u can please elaborate. > Sent from my Sony Xperia™ smartphone > > > ---- Jens Rantil wrote ---- > > > Hi, > > Den söndag 16 augusti 2015 kl. 08:39:37 UTC+2 skrev Suman Patro: >> >> 1. Is publish-subscribe model supported in beanstalkd? >> > > Not explicitly, however you could always have a producer put multiple > copies to different tubes if it knows who the consumers are. Do note, > however, that this might be considered a hack. > > >> 2. Can job queues be used as message queues and vice versa?.. State some >> of the few. >> > > Define message queue. You could always send messages but each task will > only be consumed by one worker. > > >> 3. Can Beanstalkd be used as a message queue?? > > > If "message queue" is what I described in 2), then yes. > > Cheers, > Jens > > -- > You received this message because you are subscribed to a topic in the > Google Groups "beanstalk-talk" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beanstalk-talk/y6rvlenH7P8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/beanstalk-talk. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "beanstalk-talk" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beanstalk-talk/y6rvlenH7P8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/beanstalk-talk. > For more options, visit https://groups.google.com/d/optout. > -- Want to communicate with me securely? You can find my PGP key here <https://pgp.mit.edu/pks/lookup?op=get&search=0xBA632DB691DA03B8>. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk. For more options, visit https://groups.google.com/d/optout.
