Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 3775 invoked from network); 26 Jun 2006 07:59:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jun 2006 07:59:05 -0000 Received: (qmail 94347 invoked by uid 500); 26 Jun 2006 07:59:05 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 94332 invoked by uid 500); 26 Jun 2006 07:59:05 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 94323 invoked by uid 99); 26 Jun 2006 07:59:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 00:59:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 00:59:04 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FulzX-00062r-Ux for activemq-users@geronimo.apache.org; Mon, 26 Jun 2006 00:58:43 -0700 Message-ID: <5042933.post@talk.nabble.com> Date: Mon, 26 Jun 2006 00:58:43 -0700 (PDT) From: kirkal To: activemq-users@geronimo.apache.org Subject: Re: ActiveMQ remote broker problem! In-Reply-To: <02d901c698f5$22e880f0$a7f1a8c0@JLIM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: bikirme@gmail.com X-Nabble-From: kirkal References: <5039866.post@talk.nabble.com> <00f101c698c5$3f92ea90$a7f1a8c0@JLIM> <5042371.post@talk.nabble.com> <02d901c698f5$22e880f0$a7f1a8c0@JLIM> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hmmm...i don't get any exception messages...i printed out the message headers as i was sending them and this is how my output looked after running my program: log4j:WARN No appenders could be found for logger (org.activemq.broker.impl.BrokerContainerImpl). log4j:WARN Please initialize the log4j system properly. Sample application publishing a message to a topic. TEST.FOO ACTIVEMQ_TEXT_MESSAGE: id = 0 ActiveMQMessage{ , jmsMessageID = ID:kubk-32780-1151305058623-12:2, bodyAsBytes = null, readOnlyMessage = false, jmsClientID = 'null' , jmsCorrelationID = 'null' , jmsDestination = TEST.FOO, jmsReplyTo = null, jmsDeliveryMode = 2, jmsRedelivered = false, jmsType = 'null' , jmsExpiration = 0, jmsPriority = 4, jmsTimestamp = 1151305065184, properties = null, readOnlyProperties = false, entryBrokerName = 'null' , entryClusterName = 'null' , consumerNos = null, transactionId = 'null' , xaTransacted = false, consumerIdentifer = 'null' , messageConsumed = false, transientConsumed = false, sequenceNumber = 0, deliveryCount = 1, dispatchedFromDLQ = false, messageAcknowledge = null, jmsMessageIdentity = null, producerKey = null }, text = Hello world Message published0TEST.FOO where TEST.FOO is the topic i am attempting to send my messages to. PS: ok....showing how much of a newbie I am, how DO i check whether the other machine is behind a firewall? -- View this message in context: http://www.nabble.com/ActiveMQ-remote-broker-problem%21-t1846354.html#a5042933 Sent from the ActiveMQ - User forum at Nabble.com.