I used the ant tasks. I have very little experience with maven. The
example works if I do:
ant embedBroker
and then on another console window do:
ant producer
or
ant consumer
these work fine for me, if I run them in that order. However, if I run
the producer task before I run the embedBroker task, then I get the same
connection refused connection error. So now I'm thinking that something
is wrong with my broker configuration. Any ideas???
Thanks,
-Jeff
bmadigan wrote:
The docs (http://incubator.apache.org/activemq/run-broker.html) say to use
maven to run the broker:
maven run:broker
or
maven server
Neither of which are valid tasks. The run:broker fails because there is no
'run' plugin, and 'server' is not a task.
How do you run the dev snapshots?