I'm not familiar with the java client but normally reserve (with no timeout) is a blocking call that waits for a job until one comes.
-- chad On Thursday, November 15, 2012 at 10:49 AM, homer kommrad wrote: > im using beanstalk on production.holdin our message status queues > > when i reach the queye via beanstemc.reserve(60) , it either gives me a job > or throws an exception after waiting > > but when i use beanstemc.reserve() , i wait for 10-15 minutes and nothing > happens. In the javadoc , it says that it "immediately" either gives me a job > or gives me an exception. > > What could cause the problem ? > > -- > You received this message because you are subscribed to the Google Groups > "beanstalk-talk" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/beanstalk-talk/-/Qiuyvas5Q6gJ. > To post to this group, send email to [email protected] > (mailto:[email protected]). > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]). > For more options, visit this group at > http://groups.google.com/group/beanstalk-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
