Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 87421 invoked from network); 11 Jun 2009 15:15:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jun 2009 15:15:05 -0000 Received: (qmail 75286 invoked by uid 500); 11 Jun 2009 15:15:17 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 75242 invoked by uid 500); 11 Jun 2009 15:15:17 -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 75229 invoked by uid 99); 11 Jun 2009 15:15:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 15:15:17 +0000 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 (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; Thu, 11 Jun 2009 15:15:06 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MElzK-0002DR-6w for users@activemq.apache.org; Thu, 11 Jun 2009 08:14:46 -0700 Message-ID: <23983376.post@talk.nabble.com> Date: Thu, 11 Jun 2009 08:14:46 -0700 (PDT) From: evanw To: users@activemq.apache.org Subject: Question about using udp for pub/sub transport MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: evan.wong@interactivedata.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I configured the broker and the client to use udp to do the pub/sub transport. However, I keep getting something like these: Jun 11, 2009 10:38:14 AM org.apache.activemq.transport.udp.CommandDatagramChannel sendBuffer WARNING: Request for buffer: 4893 is no longer present Jun 11, 2009 10:38:14 AM org.apache.activemq.transport.udp.CommandDatagramChannel sendBuffer WARNING: Request for buffer: 4893 is no longer present There are a lot of messages publishing every seconds, probably a few thousands, and I don't care if the messages get dropped so I don't want to use reliable transport such as tcp. My question is what do those messages mean? Is it possible to turn them off? At the same time, I am trying to get the multicast transport work but no luck. Thanks. -- View this message in context: http://www.nabble.com/Question-about-using-udp-for-pub-sub-transport-tp23983376p23983376.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.