Relative Content

Tag Archive for javaspring-bootapache

Active MQ consumer from Apache Camel deletes selector

I’m trying to make a Durable Topic Subscription using Apache Camel, Spring Boot and ActiveMQ Classic, and everything works fine except the selector. If I place the selector at the endpoint, the subscriber is created correctly, but if I remove it then it dissapears from the Active MQ subscriber.
Is there a way to configure the endpoint in a way that doesn’t deletes the selector from Active MQ?