Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 5283 invoked from network); 24 Aug 2007 06:46:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 06:46:14 -0000 Received: (qmail 83008 invoked by uid 500); 24 Aug 2007 06:45:59 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 82979 invoked by uid 500); 24 Aug 2007 06:45:59 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 82968 invoked by uid 99); 24 Aug 2007 06:45:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 23:45:59 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 06:46:35 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IOSvE-0001sV-0G for users@activemq.apache.org; Thu, 23 Aug 2007 23:45:32 -0700 Message-ID: <12307414.post@talk.nabble.com> Date: Thu, 23 Aug 2007 23:45:31 -0700 (PDT) From: pangupta To: users@activemq.apache.org Subject: Requires help in integrating activeMQ jms client with weblogic Server MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: pankaj.r.gupta@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi I am using a sample code of active mq jms client. It successfully sends the message to my activeMQ server running at default 61616 port. But now i want to use the same client to send a message to weblogic server running on my local machine at 7001 port. It gives me the following exception. Caught: javax.jms.JMSException: Wire format negociation timeout: peer did not send his wire format. javax.jms.JMSException: Wire format negociation timeout: peer did not send his wire format. at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:58) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1185) at org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1263) at org.apache.activemq.ActiveMQConnection.start(ActiveMQConnection.java:449) at ProducerTool.run(ProducerTool.java:79) at ProducerTool.main(ProducerTool.java:62) Caused by: java.io.IOException: Wire format negociation timeout: peer did not send his wire format. at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:88) at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:47) at org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:69) at org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:74) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1175) ... 4 more I have attached my java code file here. I would like to say thanks in advance for all your support. pankaj http://www.nabble.com/file/p12307414/ProducerTool.java ProducerTool.java -- View this message in context: http://www.nabble.com/Requires-help-in-integrating-activeMQ-jms-client-with-weblogic-Server-tf4321960s2354.html#a12307414 Sent from the ActiveMQ - User mailing list archive at Nabble.com.