🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
Missing implementation in MessagingServiceClientBuilder
I wanted to use a PersistentMessageReceiver receiver for my client as it can connect to a queue (instead of a topic) and messages can be acknowledged.
I'm using solace-messaging-client-0.0.5-dev.584.jar where MessagingServiceClientBuilder class is returning null for the method createPersistentMessageReceiverBuilder (). Is this just to discourage the usage of this receiver or it's safe for anyone who wants to use it to adjust the code?public PersistentMessageReceiverBuilder createPersistentMessageReceiverBuilder() { return null; }
Comments
-
Hi @scaciandone,
Can you clarify which API you're using. Is this the "Solace PubSub+ Messaging API for Python" ? or some other API?
0 -
Hi Marc,
My bad for not specifying, I've noticed this in the PubSub+ Messaging API for Java, downloaded from here: https://solace.community/discussion/643/early-access-now-available-for-the-new-java-messaging-api
It's specified in your topic that Sending and receiving "Direct and Guaranteed Messages" is supported, but nothing about the Persistent Message Receiver not being supported, so I thought I might just ask if it's not available for any reason before modifying the jar.0