Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 70107 invoked from network); 4 Sep 2006 09:17:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Sep 2006 09:17:35 -0000 Received: (qmail 45918 invoked by uid 500); 4 Sep 2006 09:17:31 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 45903 invoked by uid 500); 4 Sep 2006 09:17:31 -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 45882 invoked by uid 99); 4 Sep 2006 09:17:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 02:17:30 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mathias.herberts@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 02:17:30 -0700 Received: by py-out-1112.google.com with SMTP id x66so5125439pye for ; Mon, 04 Sep 2006 02:17:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iBYn3h830ec4nrDzDtQzPVmuN8BAg/TANk7C/0T9yP2XGgmRHeq0S/dIPO3Q6O6zv+a0HArU3js6C6d6Tl3Y9BWAYv/K0xPwMQu5XoILo5anmpSDAdpjf4tP8T8svzQNi/45HbftcW6JxTnBlXgawSP1JmRM9gp1CJfETLD9Wik= Received: by 10.35.135.12 with SMTP id m12mr9726953pyn; Mon, 04 Sep 2006 02:17:09 -0700 (PDT) Received: by 10.35.81.18 with HTTP; Mon, 4 Sep 2006 02:17:09 -0700 (PDT) Message-ID: <1c5747850609040217h6dd73364r5a35e155c31317c5@mail.gmail.com> Date: Mon, 4 Sep 2006 11:17:09 +0200 From: "Mathias Herberts" To: activemq-users@geronimo.apache.org Subject: Weird behaviour between Java JMS Producer and Python STOMP Consumer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I have a setup where a Java Producer puts TextMessages in a queue. Those messages might be created with or without a body (using one of the two Session.createTextMessage methods). The Python STOMP client uses stomp.py to connect to the Active MQ 4.0 broker. The Python consumer receives mesages OK as long as they contain a body. As soon as a message created without a body is sent by the producer, the consumer stops receiving messages, even those sent at a later date with a body. The AMQ log does not show any warning/error/fault. A tcpdump on the STOMP connection shows indeed no activity so I guess this problem cannot be blamed on stomp.py. Anybody else noticed this behaviour before? Anything that can be done about it beside making sure all messages have a body? Thanks, Mathias.