When I run producer and consumer I got the same error.   What am I missing?


-bash-2.05b# ant producer
Buildfile: build.xml

init:

compile:

producer:
     [echo] Running producer against server at $url = tcp://localhost:61616
for
subject $subject = TEST.FOO
     [java] gij: unrecognized option -- `-server'
     [java] Try `gij --help' for more information.
     [java] Java Result: 1

BUILD SUCCESSFUL
Total time: 0 seconds
-bash-2.05b#












bsnyder wrote:
> 
> On 6/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>
>> Greetings,
>>
>>
>> I just download activeMQ 4.1.1.
>> Our OS is Redhat ES 3.0
>> I have read the following info to get it running.
>> http://activemq.apache.org/getting-started.html
>> http://activemq.apache.org/examples.html
>>
>> It looks like the actieMQ is running fine.
>>
>> -bash-2.05b# netstat -an| grep 61616
>> tcp        0      0 0.0.0.0:61616           0.0.0.0:*              
>> LISTEN
>>
>> Does anyone has a sample code that I can run via a command line to
>> indicate
>> that
>> JMS piece is working properly.
>>
>>
>> I am setting up this environment for our developer so they can test out
>> the
>> JMS functionality.
>> However, I am not quite how to tell if activeMQ/JMS server is working
>> properly before
>> I hand it over to the developer.
> 
> If you've run the examples, you did run Java code from the command
> line. See the ProducerTool.java and the ConsumerTool.java in the src
> directory for the source code.
> 
> Bruce
> -- 
> perl -e 'print
> unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
> 
> Apache Geronimo - http://geronimo.apache.org/
> Apache ActiveMQ - http://activemq.org/
> Apache ServiceMix - http://servicemix.org/
> Castor - http://castor.org/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-do-I-know-activeMQ-is-working-tf3892685s2354.html#a11069726
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to