From activemq-dev-return-4211-apmail-geronimo-activemq-dev-archive=geronimo.apache.org@geronimo.apache.org Mon Dec 11 20:54:45 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 2052 invoked from network); 11 Dec 2006 20:54:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2006 20:54:45 -0000 Received: (qmail 97441 invoked by uid 500); 11 Dec 2006 20:54:52 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 97425 invoked by uid 500); 11 Dec 2006 20:54:52 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 97416 invoked by uid 99); 11 Dec 2006 20:54:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 12:54:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 12:54:43 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B37EB7140D2 for ; Mon, 11 Dec 2006 12:31:02 -0800 (PST) Message-ID: <16995479.1165869062732.JavaMail.root@brutus> Date: Mon, 11 Dec 2006 12:31:02 -0800 (PST) From: "Timothy Bish (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Commented: (AMQCPP-23) active-cpp persistent problem In-Reply-To: <12734419.1165613642510.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-23?page=comments#action_37647 ] Timothy Bish commented on AMQCPP-23: ------------------------------------ I've checked a fix into trunk. Seems to work for me, try it out if you can and let me know if it resolves the issue. > active-cpp persistent problem > ----------------------------- > > Key: AMQCPP-23 > URL: https://issues.apache.org/activemq/browse/AMQCPP-23 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Stomp > Affects Versions: 1.0 > Environment: ActiveMQ 4.0.2 > activemq-cpp-1.0 > fedora 5 > Reporter: james nomingo > Assigned To: Timothy Bish > Fix For: 1.1 > > > I'm struggling with persistent option in activemq-cpp client. (my java client does the trick) > part of my code looks like: > producer->setDeliveryMode( DeliveryMode::PERSISTANT ); > The problem is after I send a message, and stop the broker. The message is gone. > If I send a lot of message exceeding the memory size the broker handles, I got resource unavailable exception. > It looks to me the message I send over using cpp doesn't instruct the broker to use persistent. > I'm using ActiveMQ 4.0.2, and activemq-cpp-1.0. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira