Re: help: ruby listener/publisher

2012-11-22 Thread Torsten Mielke
Hi Tony, As I mentioned in my previous email, this error is generally thrown if the port (61618 in your example) is already in use by another process. Stop your broker and run netstat -an | grep 61618 and if you see something like this line being printed tcp4 0 0 *.61618

Re: help: ruby listener/publisher

2012-11-21 Thread topsweep1506
ket: stomp://datafeeds.networkrail.co.uk:61618 due to: java.net.BindException: Cannot assign requested address: JVM_Bind That is the main error message that appears TONY -- View this message in context: http://activemq.2283324.n4.nabble.com/help-ruby-listener-publisher-tp4659540p4659665.html Sen

Re: help: ruby listener/publisher

2012-11-21 Thread topsweep1506
directory to ActiveMQInstallDir/example/ruby and enter the following command: ruby publisher.rb If only it was that easy but im not giving up yet TONY -- View this message in context: http://activemq.2283324.n4.nabble.com/help-ruby-listener-publisher-tp4659540p4659622.html Sent from the

Re: help: ruby listener/publisher

2012-11-21 Thread Torsten Mielke
Hi Tony > Hi > > I seem to be gettin somewere now ive got the default brokers running now > (activemq.xml/activemq-stomp.xml) but when i try to configure them to what i > want they are returning error messages > When i try and change the transport connector host/port from the default to > what

Re: help: ruby listener/publisher

2012-11-20 Thread topsweep1506
default it works no problems THANKS TONY -- View this message in context: http://activemq.2283324.n4.nabble.com/help-ruby-listener-publisher-tp4659540p4659610.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: help: ruby listener/publisher

2012-11-20 Thread Torsten Mielke
Source) >at org.apache.activemq.console.Main.runTaskClass(Main.java:262) >at org.apache.activemq.console.Main.main(Main.java:115) > > Im not sure whats goin on though or if its easier i could send u the 2 files > to see were im goin wrong > > TONY > &g

Re: help: ruby listener/publisher

2012-11-20 Thread topsweep1506
this message in context: http://activemq.2283324.n4.nabble.com/help-ruby-listener-publisher-tp4659540p4659591.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: help: ruby listener/publisher

2012-11-20 Thread Torsten Mielke
; > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/help-ruby-listener-publisher-tp4659540p4659572.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. Torsten Mielke tors...@fusesource.com tmielke.blogspot.com

Re: help: ruby listener/publisher

2012-11-20 Thread Torsten Mielke
Hi Tony, Instead of using the broker: argument to the bin/activemq script, it may be easier to put the broker config into a separate configuration file and reference that file at startup, e.g. ./activemq xbean:file:../conf/my-broker-config.xml It is easier to further fine tune the broker conf

Re: help: ruby listener/publisher

2012-11-20 Thread topsweep1506
View this message in context: http://activemq.2283324.n4.nabble.com/help-ruby-listener-publisher-tp4659540p4659572.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: help: ruby listener/publisher

2012-11-20 Thread Torsten Mielke
Hi Tony, The conf/ folder contains a couple of different broker configurations for illustration purposes. If you run the broker using bin/activemq, it will by default use the configuration in conf/activemq.xml. So it is this broker config file that you need to change (or supply a different c

Re: help: ruby listener/publisher

2012-11-19 Thread topsweep1506
-ruby-listener-publisher-tp4659540p4659547.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: help: ruby listener/publisher

2012-11-19 Thread Torsten Mielke
b:22:in `' > > and im not sure what is happanin or what is wrong also i get same error with > ruby publisher when i run that > > Im using activemq 5.7.0, ruby 193, stomp 1.2.6 > > I hope that makes sense to everyone and thanks for any help > > TONY > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/help-ruby-listener-publisher-tp4659540.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.

help: ruby listener/publisher

2012-11-19 Thread topsweep1506
anks for any help TONY -- View this message in context: http://activemq.2283324.n4.nabble.com/help-ruby-listener-publisher-tp4659540.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.