Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 62196 invoked from network); 19 Oct 2006 13:55:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 13:55:20 -0000 Received: (qmail 50807 invoked by uid 500); 19 Oct 2006 13:55:12 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 50788 invoked by uid 500); 19 Oct 2006 13:55:12 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 50779 invoked by uid 99); 19 Oct 2006 13:55:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 06:55:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 06:55:11 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DD9DA71431A for ; Thu, 19 Oct 2006 06:54:16 -0700 (PDT) Message-ID: <8338743.1161266056905.JavaMail.jira@brutus> Date: Thu, 19 Oct 2006 06:54:16 -0700 (PDT) From: "Sileshi Kassa (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Closed: (AMQ-978) No Messaged delivery when mixing Perl stomp client Producer/Consumer and Java JMS Producer/Consumer In-Reply-To: <9453973.1160938276791.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ https://issues.apache.org/activemq/browse/AMQ-978?page=all ] Sileshi Kassa closed AMQ-978. ----------------------------- Resolution: Won't Fix This is not ActiveMQ problem as such. This is more of the Perl Net::Stomp package dealing with binary data reading. > No Messaged delivery when mixing Perl stomp client Producer/Consumer and Java JMS Producer/Consumer > --------------------------------------------------------------------------------------------------- > > Key: AMQ-978 > URL: https://issues.apache.org/activemq/browse/AMQ-978 > Project: ActiveMQ > Issue Type: Bug > Components: Connector > Environment: This problem seems platform independent: It happens in Linux, Mac OSX, and Windows. > Software Used: ActiveMQ 4.0, Java 5.0, JMS, Perl 5.8.7, Perl CPAN module Net-Stomp-0.31 > Reporter: Sileshi Kassa > Attachments: Publisher.pl, Subscriber.pl > > > Facts: Perl Stomp client Producer and Consumer works fine > Java JMS client Producer and Consumer works fine > I have also used other Perl Stomp protocol implementation with no problem. > The problem happens when I mix Java and Perl clients > Scenario Test 1: > A. Perl Stomp client Consumer > B. Java JMS client Producer > Scenario Test 2: > A. Java JMS client Consumer > B. Perl Stomp client Producer > I have looked into it via Java JMX management jconsole, and it seems to me there is a wall between > the stomp server and default server. It the stomp server only passes messages coming from stomp lients > and default server also does the same. > If this is truly the case, and this is by design, I will be very disappointed. There should not be any wall. > A message is message irrespective of its source and should be delivered to any one that is listening > on the same destination. > I will attach the Perl clients testcases. > For Java client, a simple JMS client Producer and Consumer with the same topic used as > the perl side will do the job. The topic I used on the perl side: "/topic/Test.CrossDelivery" > and the Java side topic is "Test.CrossDelivery" > This problem is a show stopper for us. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira