Search code examples
stompactivemq-cpp

How to build ActiveMQ-CPP Stomp only client


Is it possible to build an ActiveMQ-CPP Client to support only STOMP Protocol? Regular native library with dependencies is too big for my embedded device and I want to build a client with just the STOMP support. Please advise.

Thank you.


Solution

  • This is not currently possible with the ActiveMQ-CPP client. You could of course contribute to the project to make this possible.