Hi Tim,

It looks that the error I am getting is mostly from the perl end, not from
CMS. I am getting the following error,if I left my consumer producer idle
for a long time. I just create a new stomp object and before connecting it
back to the broker, left it idle for some time(120 min.), 

my $stmp = Net::Stomp->new( { hostname => $broker, port => 61613} );
$stmp->connect().

On connect, it gives the following error,

Error reading command: Connection timed out at
/usr/local/lib/perl5/site_perl/5.10.0/Net/Stomp/Frame.pm line 37.

If there is not much delay in connecting, it works fine.

Please let me now your inputs.

Thanks,
Manu



Timothy Bish wrote:
> 
> On Tue, 2010-06-22 at 07:46 -0700, manua wrote:
>> Thanks Tim!
>> 
>> I am able to made it work. It needed openssl-devel.
>> 
>> Now, its working fine, but I have issue with temp queue
>> subscription/consumer. Does temporary queue ever time outs. Please let me
>> know your views.
>> 
> 
> Can you elaborate on that, not sure what you mean by time out.  
> 
> Regards
> 
> 
> 
> -- 
> Tim Bish
> 
> Open Source Integration: http://fusesource.com
> ActiveMQ in Action: http://www.manning.com/snyder/
> 
> Follow me on Twitter: http://twitter.com/tabish121
> My Blog: http://timbish.blogspot.com/
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Error-while-installing-activemq-cpp-tp28950303p28976664.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to