Re: ActiveMQ-cpp -- is it Windows 7 Compatible

2010-04-20 Thread Timothy Bish
I've built and run the tests on Windows 7 without issue, so to my knowledge it works fine. If you have a specific problem please ask and we can try and help. The library hasn't been built or tested by myself with VS2010. Regards Tim. On Tue, Apr 20, 2010 at 11:54 PM, mfong wrote: > > At work

Re: a direct way to connect to activemq without tcp overhead ?

2010-04-20 Thread Ivan Pechorin
christoph_75 wrote: > > I am using the activemq-cpp-library-3.1.2 and activemq 5.3.1 > one possibility might maybe using the vm transport , but i don't see any > vmTransportfactory in the activemq-cpp-library-3.1.2 , > so i guess the vm transport isn't supported in this library , correct ? >

ActiveMQ RA and client acknowledge in a message-driven bean

2010-04-20 Thread Ivan Pechorin
Hello! I use JBoss, ActiveMQ resource adapter (RA), and a message-driven bean (MDB) with a persistent queue. I need to be able to leave a message in queue if something bad happened inside method onMessage() of my MDB. The question is how to achieve it? I looked into the source of ActiveMQ RA, and

ActiveMQ-cpp -- is it Windows 7 Compatible

2010-04-20 Thread mfong
At work we are looking at what tools we own can be windows compatible. I trited to locate help for ActiveMQ-cpp but very hard to find. Says I need to try the forum. Well here it goes. I did do a search of the forum and saw one Win 7 question and no real response. I also saw problems for Win

Subsribe to Websphere QM with active MQ possible?

2010-04-20 Thread pronity
Hello, I have a running websphere MQ which subscribes to another websphere MQ-Server to pull a lot of messages from there. Now i want to replace my websphere mq installation with active mq, but i still want to get all these messages from the mq I subscribed to. to make it easier to understand:

Re: Consumer client stops after failover

2010-04-20 Thread ttmgary
Frank, I'm not sure where you stand on this, as it has been a while, but I believe your problem is the re-emergence of https://issues.apache.org/activemq/browse/AMQ-796 AMQ-796 . I recently confirmed that this problem exists in 5.3.0 and 5.3.1. Which AMQ release are you using? You can work arou

ActiveMQ AJAX Problems

2010-04-20 Thread magellings
Hello. I'm trying to get ActiveMQ AJAX to work but can't so far. I'm using fiddler, and when I post to our address of "http://wamqdev1:10201/demo/amq"; with request body of "destination=topic://t1&message=message&type=send" I get a response with the exception below. The topic I'm posting to does

Exception following inner transaction fails to move message to DLQ

2010-04-20 Thread pmmerritt1
I am currently working on the error handling for my application.  I have set up a DLQ so that when my app throws an exception, the XA transaction will rollback everything and let ActiveMQ redeliver the message to try again.  After 6 failures, ActiveMQ will move the message to a DLQ.  I have no

Re: Visual Studio 2010 compile error

2010-04-20 Thread Sodan
Solved: add this line to the source files complaining... #include sincerely, Søren -- View this message in context: http://old.nabble.com/Visual-Studio-2010-compile-error-tp28285659p28287848.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

RE: ActiveMQ RA: how to make MDB with CLIENT_ACKNOWLEDGE?

2010-04-20 Thread Sachindra Nath
Hi Ivan, You can't do that. It'd be against the EJB specifications. See below: 5.4.14 Message Acknowledgment for JMS Message-Driven Beans JMS message-driven beans should not attempt to use the JMS API for message acknowledgment. Message acknowledgment is automatically handled by the container.

Re: Unable to connect to my website using a desktop but am able to connect using BB

2010-04-20 Thread Dejan Bosanac
Hi, this is a wrong mailing list, you probably want to use this one http://httpd.apache.org/userslist.html Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyd

Re: Visual Studio 2010 compile error

2010-04-20 Thread Timothy Bish
You could try pulling the code from the 3.1.x fixes branch as I removed the use of back inert iterators from most if not all the code as they aren't as fast as a bulk insert operation. That branch is located here: https://svn.apache.org/repos/asf/activemq/activemq-cpp/branches/activemq-cpp-3.1.x