-
Early Access Now Available for the New Java Messaging API!
🚀 I'm excited to announce that Early Access is now available for our new PubSub+ Messaging API for Java! Java as a language, and how developers use it, has evolved quite a bit over the past 15 years; and while JCSMP (our current Java API) has treated us well it is our oldest API and it is definitely time for a new, modern…
-
Clarification on Multiprocessing Support in Solace PubSub+ Python API
Hi, I noticed on the Solace PubSub+ Python API page on PyPI that it mentions the messaging API does not support multiprocessing. Is this information outdated or still valid? https://pypi.org/project/solace-pubsubplus/ Additionally, if we connect to a non-exclusive queue, having multiple clients using the Solace Python…
-
whether the queue messages objects returned in the SEMP response list follow a specific order
When we call the SEMP API to fetch message information from a queue using the Get API /msageVpns/{msgVpnName}/queues/{queueName}/msgs, it returns a list of Queue Message objects. Is there a certain order that these message objects follow in the response list? Also, is it safe to assume that the first message object in the…
-
How to access SDTMap from InBoundMessage
Hi, I would like to know that how can we get the SDTMap from an InBoundMessage ( with the new Solace API using the DirectMessageReceiver ). Since, the InBoundMessage wraps around the BytesXMLMessage but doesnt expose BytesXMLMessage as such from it. I have a producer that is sending SDTMap with some properties in it and…
-
Solace Go API - Setting custom headers on outbound messages
Hey, I have started, looking into the der Solace Go API 1.1 solace.dev/go/messaging v1.0.1 I started looking into the processing of incoming messages and then pass them on onto a next channel/topic. But as far as I can see in the API, there is no way to set custom properties/headers in an outbound message. The…
-
How to use Kerberos with Java RTO API?
With Java RTO API, I can set AUTHENTICATION_SCHEME to GSS_KRB. But other than that, there is no document on how I can specify other Kerberos options and keytab file. How should I do it? I really don't want to use RTO but it is the only Java API supporting both PubSub+ Cache and topic dispatching. Thank you very much.
-
Solace Python API for request/reply architecture
Does Solace support request/reply architecture? if yes, can i have sample request code (client side) and response code in python (server side code). Here is my scenario and am new to solace world. Right now we are using Tibco messaging queue, we need our process running in tibco to be converted to solace. Our current logic…
-
How can I use OAuth2 for SEMP api authentication ?
Hi , I am using Solace using Docker. I am able to create a queue locally with basic authentication. However, I would like to use Oauth2. I tried creating the Oauth profile following this documentation - https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/config/index.html#/ As I understood, to enable…
-
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…
-
Unable to connect with Solace Rest API with springboot
I have given host as "https://mrkly8kq4hu2y.messaging.solace.cloud:9443" along with Msg-VPN, username and password but when i start the springboot application i am getting error "Invalid scheme "https" in host "https://mrkly8kq4hu2y.messaging.solace.cloud:9443"
-
Solace queue monitoring in splunk
Hi Team, We are trying to integrate solace with splunk via API's, We want to monitor for example queue size, how many messages are there in queue but unfortunately we are unable to figure out the rest api urls to monitor. Could anyone help me out with API's
-
Python v1.0.0 PubSub+ API - Connecting to Solace Cloud
Continued from: https://solace.community/discussion/comment/2246#Comment_2246 @Tamimi many thanks for your response. I did what you suggested, which is update the broker_props and I had it working locally. The cloud credentials look something like my response below, does that look correct: Broker Config broker_props = {…
-
🎉 PubSub+ Messaging API for Python v1.0.0 is officially GA!
I'd like to announce that version 1.0.0 for the PubSub+ Messaging API for Python is officially released! Resources * Docs found on https://docs.solace.com/Solace-PubSub-Messaging-APIs/Python-API/python-home.htm * Samples found on https://github.com/SolaceSamples/solace-samples-python What's Next? Now that we have…
-
Updates on Python Samples
I have updated the Python API Samples with the new guaranteed messages samples. https://github.com/SolaceSamples/solace-samples-python/tree/master/samples Feedback welcomed!
-
Solace Python API v0.2.0 publicly released on PyPi 🎉
Now Available! The second and final round of our Python API early access is now available on Pypi for everyone in the Solace Community to use. Check it out here: https://pypi.org/project/solace-pubsubplus/ or use pip install solace-pubsubplus This release includes support for 1. Direct Messaging (from v0.1.0) 2. Guaranteed…
-
Python! Who's in for a real treat?
Hey Solace community! I'm calling out all Python enthusiasts who are interested in checking out a sneak peak of our upcoming new native Python API (Direct Messaging for now). I'm personally very excited for this since Python is one of the languages that I am super eager about. I have built a couple random side projects…
-
Solace Python API v0.2.1 released! 🎉
With continuous updates and development on the Solace Python API, we have released v0.2.1 of the API. This minor version update includes: * Documentation updates * Better debugging support and handling of message printing * Improved contextual logging * Finalized states upon termination and idempotent lifecycle operations…
-
Solace Native Python API Early Access: v0.2.0
Update Here's another Python update for the day 😎 If you recall, we announced the release of a brand new Solace Native Python API a while back that had support for Direct Messaging. Whats next? Guaranteed Messaging coming up for the second early access release ✌️ "How can I be part?" you may ask We want your input. version…