Questions tagged [activemq-cpp]

Apache ActiveMQ-CPP provides a rich C++ client for Apache ActiveMQ the most popular and powerful open source message broker

Apache ActiveMQ-CPP is a fast, feature rich C++ client for Apache ActiveMQ. ActiveMQ-CPP provides many of the same advanced features as ActiveMQ's Java client library including connection failover support, SSL connectivity, Async sends, flow control and Message compression.

80 questions
0
votes
2 answers

ActiveMQ: acking one message at a time

I'm using ActiveMQ for C++. In our planned design, we're going to consume messages, pass them on to some asynchronous processing and only then the message is considered as handled. We'd like to process more than one message in parallel - each will…
Ofer B
  • 117
  • 1
  • 12
0
votes
1 answer

Clear existing messages in activemq queue, just after starting application using activemq-cpp

I have an application which is acting as a consumer for a queue in activemq. This application is written on c++ and using activemq-cpp to get the services of activemq. I want to achieve is when my application goes down and again comes up, it should…
user1457812
  • 31
  • 1
  • 3
0
votes
2 answers

ActiveMQ-CPP - message redelivery delay do not get applied

I am using ActiveMQ-CPP 3.4.5 to connect from C++ program to message broker. The problem I encountered is connected with redelivery policy. Messages which are returned to queue are redelivered immediately. This is not the behaviour I expect. I would…
Damian
  • 593
  • 6
  • 27
-1
votes
1 answer

undefined reference to symbol 'sem_close@@GLIBC_2.2.5'

I'm trying to compile a project that has ActiveMQ functions used (hence the library), however I get the following error: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libapr-1.a(proc_mutex.o): undefined reference to symbol…
Schütze
  • 1,044
  • 5
  • 28
  • 48
-1
votes
1 answer

ActiveMQ-CPP Basic Consumer

I try to run an example from http://activemq.apache.org/cms/cms-api-overview.html, so pasted the main.cpp code to my qt creator added apr and activemq libraries and compiled with success, but nothing happened after. I mean the console…
Starspire
  • 272
  • 3
  • 15
1 2 3 4 5
6