Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13A1CE13A for ; Fri, 1 Feb 2013 07:34:10 +0000 (UTC) Received: (qmail 5094 invoked by uid 500); 1 Feb 2013 07:34:09 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 4763 invoked by uid 500); 1 Feb 2013 07:34:08 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 3611 invoked by uid 99); 1 Feb 2013 07:34:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 07:34:07 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claus.ibsen@gmail.com designates 209.85.223.176 as permitted sender) Received: from [209.85.223.176] (HELO mail-ie0-f176.google.com) (209.85.223.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 07:34:01 +0000 Received: by mail-ie0-f176.google.com with SMTP id k13so1425925iea.7 for ; Thu, 31 Jan 2013 23:33:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=Gq3nWrqNPTMfaYjdk3wNPgHgkpXW8qNq0jQz+rKBsBM=; b=fhn44lANQ+chfg9ysReDaJe7hHc0m+LTgfEsOnE6QsMNxETexo/VTKQCR2eWKlMumM I6vbUt8y0UEQthOfYgyKmolDrLtxBfVCeDacEL18bxmaZZws4x7Ob22901uyhGgMm/6S 1o91i23idNaTBKJMQOyniGy6XYZ8WakXjJ68yXNEKxwQYUNiH0//2/+ALqaFdpDIdUdo gXioTs4SGPaf19Zy6sOFj/AYrvx41Kr97ywMiKYrqcY7m5m3fQW7Vl/3o5Y6ZQM/Y/hs YxH1klK7abdEAiRdIH2nZZv4vf+TWy//x78lbGXdTtiGE5EUF1T2P3nG1kYQXV0diaeI yUVA== X-Received: by 10.50.196.198 with SMTP id io6mr438280igc.39.1359704020961; Thu, 31 Jan 2013 23:33:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.53.232 with HTTP; Thu, 31 Jan 2013 23:33:20 -0800 (PST) In-Reply-To: References: <1359672610124-5726692.post@n5.nabble.com> <276A735160D74651A676081A10536F08@gmail.com> From: Claus Ibsen Date: Fri, 1 Feb 2013 08:33:20 +0100 Message-ID: Subject: Re: CAMEL + IBM MQ7 + Spring3.0 To: users@camel.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Feb 1, 2013 at 5:37 AM, am.raheem wrote: > Hi > > Thanks for the response. > > In our scenario at one time 7 messages are getting published. Out of that= , > it consumes only one message and ignoring 6 messages. > > Even there is no JMS message in the log files too. I can see the JMS > message(with JMSCorrelation Id) only once in the log. > > Also, when I am running MQ client java program, i am getting all the 7 > messages. I tried lot of options like setting cacheLevel. > Are you using durable subscriber on the topic? If you set clientId and durableSubscriptionName on the JMS endpoint then you ought to receive all messages, even if you are offline and come back again (eg like persistent queues). http://camel.apache.org/jms > Thanks, > Abdul > > > > On Thu, Jan 31, 2013 at 9:46 PM, Willem.Jiang [via Camel] < > ml-node+s465427n5726696h97@n5.nabble.com> wrote: > >> Hi, >> I just have a quick question: >> Does the camel route can only consume one message ? >> Or it just ignore the second message which is just follow by the first >> message. >> >> >> -- >> Willem Jiang >> >> Red Hat, Inc. >> FuseSource is now part of Red Hat >> Web: http://www.fusesource.com | http://www.redhat.com >> Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) >> (English) >> http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) >> Twitter: willemjiang >> Weibo: =E5=A7=9C=E5=AE=81willem >> >> >> >> >> >> On Friday, February 1, 2013 at 6:50 AM, am.raheem wrote: >> >> > Hi All, >> > >> > I am using Camel2.8, IBM MQ7.0 and Spring3.0. Using all these I am >> trying to >> > consume the message from TOPIC. >> > >> > If 1 message is published in TOPIC , camel route is consuming perfectl= y. >> But >> > when more than 1 message is published almost at sametime with >> milliseconds >> > gap, Camel is not able to consume morethan 1 message. It is ignoring >> rest of >> > the messages. The below are the configurations: >> > >> > >> ------------------------------------------------------------------------= ------------- >> >> > >> > >> > >> > > > ref=3D"jmsConnectionFactory"/> >> > >> > >> > >> > >> > >> > >> > >> ------------------------------------------------------------------------= ------------- >> >> > >> > > > class=3D"com.ibm.mq.jms.MQTopicConnectionFactory"> >> > >> > >> > >> > >> > >> > >> > >> > >> > >> ------------------------------------------------------------------------= ------------- >> >> > >> > >> > >> > >> > > > loggingLevel=3D"INFO" /> >> > >> > >> > >> CREATE-${date:now:yyyy-MM-dd'T'hh:mm:ss.SSS}.xml >> >> > >> > >> > >> > >> ------------------------------------------------------------------------= ------------- >> >> > >> > Please suggest, am i missing anything. >> > >> > Thanks, >> > Raheem >> > >> > >> > >> > >> > >> > >> > -- >> > View this message in context: >> http://camel.465427.n5.nabble.com/CAMEL-IBM-MQ7-Spring3-0-tp5726692.html >> > Sent from the Camel - Users mailing list archive at Nabble.com ( >> http://Nabble.com). >> >> >> >> >> >> ------------------------------ >> If you reply to this email, your message will be added to the discussio= n >> below: >> >> http://camel.465427.n5.nabble.com/CAMEL-IBM-MQ7-Spring3-0-tp5726692p5726= 696.html >> To unsubscribe from CAMEL + IBM MQ7 + Spring3.0, click here >> . >> NAML >> > > > > > -- > View this message in context: http://camel.465427.n5.nabble.com/CAMEL-IBM= -MQ7-Spring3-0-tp5726692p5726698.html > Sent from the Camel - Users mailing list archive at Nabble.com. --=20 Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: cibsen@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen