Re: [mcollective-users] Registration monitor not receiving messages properly in big infra

2016-08-29 Thread R.I.Pienaar
> On 30 Aug 2016, at 07:15, rakare2...@gmail.com wrote: > > Thanks! Am about to try and when I try to run receiver.rb getting below error > (https://devco.net/rip/mcollective-registration-receiver.rb) > > /usr/lib/ruby/gems/1.8/gems/stomp-1.3.2/lib/stomp/connection.rb:284:in > `subscribe': a

Re: [mcollective-users] Registration monitor not receiving messages properly in big infra

2016-08-29 Thread rakare2015
Thanks! Am about to try and when I try to run receiver.rb getting below error (https://devco.net/rip/mcollective-registration-receiver.rb) /usr/lib/ruby/gems/1.8/gems/stomp-1.3.2/lib/stomp/connection.rb:284:in `subscribe': a valid subscription id header is required

Re: [mcollective-users] Registration monitor not receiving messages properly in big infra

2016-08-29 Thread rakare2015
I just found http://allanfeid.com/content/create-inventory-tool-using-mcollectives-registration-feature which say to use queue instead of topic which is more comfortable to avoid to load broker. Also I found https://devco.net/rip/mcollective-registration-receiver.rb which is service to

Re: [mcollective-users] Registration monitor not receiving messages properly in big infra

2016-08-29 Thread R.I.Pienaar
- Original Message - > From: "rakare2015" > To: "mcollective-users" > Sent: Monday, 29 August, 2016 16:47:12 > Subject: Re: [mcollective-users] Registration monitor not receiving messages > properly in big infra > I just >

Re: [mcollective-users] Registration monitor not receiving messages properly in big infra

2016-08-29 Thread Christopher Wood
On Mon, Aug 29, 2016 at 07:12:19AM -0700, rakare2...@gmail.com wrote: >In our Infra we have 40,000 servers where its all managed by mCollective >and connected with ActiveMQ broker. We have setup meta registration Off topic, I'd be interested to see your activemq configs if you're able to