Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 98866 invoked from network); 31 Mar 2006 09:26:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Mar 2006 09:26:01 -0000 Received: (qmail 50424 invoked by uid 500); 31 Mar 2006 09:26:00 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 50373 invoked by uid 500); 31 Mar 2006 09:25:59 -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 50361 invoked by uid 99); 31 Mar 2006 09:25:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 01:25:59 -0800 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; Fri, 31 Mar 2006 01:25:57 -0800 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FPFsu-0003i7-Bj for activemq-users@geronimo.apache.org; Fri, 31 Mar 2006 01:25:36 -0800 Message-ID: <3685994.post@talk.nabble.com> Date: Fri, 31 Mar 2006 01:25:36 -0800 (PST) From: toxel To: activemq-users@geronimo.apache.org Subject: Re: problem with streams In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: anton.kudinov@gmail.com X-Nabble-From: toxel References: <3669570.post@talk.nabble.com> <3669721.post@talk.nabble.com> <3683703.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N thank you for answer. Sometimes I have problem : Exception in thread "main" java.io.IOException: Received an unexpected message: invalid sequence id: ActiveMQBytesMessage {commandId = 16, responseRequired = false, messageId = ID:KUDINOV-1631-1143797003776-0:0:-1:1:8, originalDestination = null, originalTransactionId = null, producerId = ID:KUDINOV-1631-1143797003776-0:0:-1:1, destination = queue://ra.local.in, transactionId = null, expiration = 0, timestamp = 1143797008808, arrival = 0, correlationId = null, replyTo = null, persistent = true, type = org.apache.activemq.Stream, priority = 4, groupID = ID:KUDINOV-1631-1143797003776-0:0:-1:1, groupSequence = 8, targetConsumerId = null, compressed = false, userID = null, content = org.activeio.ByteSequence@b8bef7, marshalledProperties = null, dataStructure = null, redeliveryCounter = 1, size = 0, properties = null, readOnlyProperties = true, readOnlyBody = true} ActiveMQBytesMessage{ bytesOut = null, dataOut = null, dataIn = null } at org.apache.activemq.ActiveMQInputStream.fillBuffer(ActiveMQInputStream.java:213) at org.apache.activemq.ActiveMQInputStream.read(ActiveMQInputStream.java:181) at java.io.InputStream.read(InputStream.java:89) what it can be ? -- View this message in context: http://www.nabble.com/problem-with-streams-t1368296.html#a3685994 Sent from the ActiveMQ - User forum at Nabble.com.