Return-Path: Delivered-To: apmail-servicemix-dev-archive@www.apache.org Received: (qmail 40846 invoked from network); 2 Feb 2011 15:56:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 15:56:16 -0000 Received: (qmail 59964 invoked by uid 500); 2 Feb 2011 15:56:16 -0000 Delivered-To: apmail-servicemix-dev-archive@servicemix.apache.org Received: (qmail 59781 invoked by uid 500); 2 Feb 2011 15:56:12 -0000 Mailing-List: contact dev-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list dev@servicemix.apache.org Delivered-To: moderator for dev@servicemix.apache.org Received: (qmail 22112 invoked by uid 99); 2 Feb 2011 15:42:41 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of m.guillaro@gmail.com) Date: Wed, 2 Feb 2011 07:42:16 -0800 (PST) From: Massimiliano Guillaro To: dev@servicemix.apache.org Message-ID: <1296661336486-3367996.post@n5.nabble.com> Subject: Message persistence with wsn2005 and activemq MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi to all, i have a little (or big) problem. I have created the following architecture= : producer -> broker (servicemix WSN2005) -> consumer (web service) i'm able to send and receive a notification from producer to receiver. Now i should configure activemq to implement the persistence of message. This is my activemq.xml: =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 and this is my servicemix.xml =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 =E2=88=92 I've introduced persistent=3D"true" in either to obtain the persistence of message in the database. My problem is that i don't receive messages in the consumer but they are only saved in the db. Where i wrong? SECOND QUESTION If i set persistence=3Dtrue in the the jbi part in the servicemix.xml, in m= y db i can see all message delivered by JBI WSN2005: notification and subscription (i suppose). What is the way to change wsn2005 component to se= t persistence=3Dtrue in the notification message? THANKS MG=20 --=20 View this message in context: http://servicemix.396122.n5.nabble.com/Messag= e-persistence-with-wsn2005-and-activemq-tp3367996p3367996.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.