-
How to setup custom search engines in your Chrome browser
Shortcuts are keeey in my day-to-day computer interactions! I cant imagine my workflow without the shortcuts I have configured on my machine, whether its terminal aliases, desktop hotkeys or keyboard shortcuts to interact with my internet browser. One key shortcut that I have on my Google Chrome browser is setting up…
-
Dynamic topics and subscriptions now available in PubSub+ Event Portal
For all the event-driven geeks, here is the exciting news! With PubSub+ Event Portal, you can now see in real time the implications of changes to your event-driven applications’ topics or subscriptions at design time. Enterprise Architects love the benefits of dynamic hierarchical topics with variables that are replaced…
-
Certification URL
Solace Certification path ?
-
Solace Developer Spotlight: José Rodrigues (aka, CloudGod)
Hometown: Lisbon, Portugal Years of being a developer: Professionally, 19 years. Pretty much into IT and development since 1988. Primary programming language(s): I worked a lot with C++ and Java in the past. Currently I’m working with Java and JavaScript, but I’m learning Go as well. How did you start as a developer? As…
-
Schema Validation at Topic/Queue Level
Hey SolaceDevs, Can you validate the event with schema at topic level? I have a requirement to validate the message against schema in MuleSoft. I'm wondering that is it possible to validate the same in Solace PubSub+ Event broker? For example, If I publish an event to topic then the event broker should validate the event…
-
How to organize solace configurations in GIT
I would like to understand how do you maintain a repository for your solace configurations. We are planning to use GIT as repository. Could you give ideas on how you structure to store the solace configurations in various environments. For example we have diff VPN's and queues in each VPN. we could create a repository for…
-
Solace API (C#) on Document Too Large
https://docs.solace.com/Configuring-and-Managing/Managing-Event-Delivery-Resources.htm#managing_msg_delivery_resources_2491525118_198860 According to "Ingress Data Buffer Management", "All SMF messages larger than the event broker's maximum message size—generally 30MB for guaranteed messages or 64MiB for direct…
-
Port 55555 blocked at MacOS Big Sur
Solace default SMF port 55555 apparently is blocked under MacOS Big Sur. The issue is a bit irritating, as the port won't show up in any listing for ports in use. Existing templates start silently to fail on simple things like Try-Me with ws protocol (as underlying SMF is not available). New templates will not start with a…
-
VM deployed from OVA file: solace-pubsub-standard-9.8.1.19.ova - How to change the sysadmin password
Newbie here..... I deployed the VM from the OVA file "solace-pubsub-standard-9.8.1.19.ova". I was able to set the sysadmin password at initial logon from the console. I setup networking etc.... Now I need to change the password to one that meets our current standard. What are the steps to change the sysadmin password?
-
What is the recommended solace message size /range?
Hello All, I understand that there is no straightforward answer for my question. I read the blog https://solace.com/blog/inside-a-solace-message-part-3-payload-data/ from Tom as well. I am trying to arrive standard/best practice/guardrails in my company so that the expectation is set right and the teams are conscious when…
-
Order of messages in different topics and fairness
Hi, I have a question about order of messages in different topics: 1) Suppose a service publishes messages A, B into topic T1 and then messages C, D into topic T2. If a different service subscribes (via JCSMP API) to both topics T1 and T2 will it receive messages A, B before C, D? 2) Is there a different answer to 1) if a…
-
Client WebSocket disconnects when browser is minimized or not in focus - Chrome
Here's a tip for anyone using websockets and chrome to establish a connection to their PubSub+ broker. The issue: You might be experiencing websocket disconnects after 5-6 minutes of your chrome browser being minimized or out in focus. The session disconnects with the message "Connection closed: 1001 Going Away (The…
-
How can we achieve exception handling in spring-cloud-stream using solace binder?
We tried following the exception handling as per spring-cloud-stream documentation (https://docs.spring.io/spring-cloud-stream/docs/current/reference/html/spring-cloud-stream.html#_consumer_properties). But it is not working as expected. I have attached the spring application yaml for your review to find if something needs…
-
Consuming messages from solace queue but not writing to GCS
I am working on java pipeline code to consume messages from solace queue and write it to GCS. With the same code I was able to do the same but from past 3 days with the same code I am only able to consume messages but it is not writing to GCS. Today I ran the code again so it is not consuming messages from solace and…
-
Get Discarded Messages
Hello, I have encountered a certain situation when using solace and would like to ask: lets say we have a specific scenario where we have two applications communicating with each other using a message queue. The binders and mq properties are configured in an application yaml file and one of the files has a misplaced…
-
Does Solace Support Server-sent Events
wanted to know if solace supports server sent events for creating a streaming API that pushes text messages from server to clients.
-
Scalable solution for republish a message WITHOUT the payload
For analysis purposes, we want to consume messages and republish them on a new queue without the payload (only the topic that is was published on and the header/properties info do we need). What can be a scalable solution for this? The environment can be on-prem, AWS/Google/Azure cloud so need to run everywhere :) any…
-
Can we get messages consumer from Solace queue at one go ?
Can we get messages consumer from Solace queue at one go ?
-
Message Sender Identity
I have used the JMSXUserId to maintain message sender identity but noticed this feature isn’t available when using certificate authentication. Is there a comparable way to securely identify the message senders identity when using certificate authentication.
-
RDP to Solace REST API
I want to cover the scenario that a queue forwards messages to another queue (on another Cluster/VPN) so: 1. I configured a RDP REST consumer for a queue (named Q-test) and filled in https://xxxxxxx.messaging.solace.cloud etc. bind it to the this queue 2. The status link is UP. 3. Tested the endpoint as well with Postman…
-
sdkperf file input format
Hi, I am trying to test my application with sdkperf to control the number of messages published per second and I am finding the sdkperf_c tool very useful, however the documentation doesn't explain clearly how to structure the text file when using the -sdm option. I would like to send a message containing a string, and…
-
Ways to handle a stopped queue consumer?
In a scenario where a consumer application reads data from a queue and inserts into some database, you could run into an issue where the database becomes available and so the queue starts filling up. If the outage lasts even a few hours and your data rate is high enough you could run into a spool problem pretty quickly.…
-
Most memorable developer conferences and events
Hi SolaceDevs, I've been thinking about developer-focused events and conferences lately and I'm curious about your experiences. I feel like this past year has been a grab bag of experiences, with organizers pivoting to virtual and trying to figure out the best format. Nonetheless I'm curious to hear about your experience…
-
Competitive Resource for Solace
Hi Community, We are trying to recommend our customer to use Solace as PubSub+ and messaging service. Currently customer is using different messaging/event service product such as Kafka/Anypoint MQ/Rabbit MQ and Tibco EMS. So my question is: Could you help me to get the competitive resource/PPT/PDF which shows us > How…
-
Client Acknowledgement & Unacked messages
I have a consumer application using client acknowledgement mode. If the application fails to process the message and therefor does not acknowledge it, will it get redelivered after some time period? If so, what is the delay?
-
Generating the SEMP Client Library using Node.js or .NET
Hi Team, AS per the below link, I can see we can generate semp-client-lib using Java,ruby and Python. Is it possible to generate the client-lib using Node.JS or C# .If yes, Could you please refer me the documentation to generate semp-client-lib using node.js or C#.…
-
How can we receive multiple replies for a single request?
I'm implementing the pubsub+ request-reply pattern where I need to receive multiple records as a reply for a particular request but, I'm receiving just one record as a reply per request after which the session exits. Can someone suggest what can be done for this. Reference - https://tutorials.solace.dev/jcsmp/request-reply/
-
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…
-
Solace Connect - Favorite Sessions
Hi, This week is Solace Connect, which is our first ever Virtual User Group. Be sure to check it out if you haven't already. Register Here But I want to know about your experience: * What was your favorite session(s)? Why? * Are there any sessions that you would like to see next time? If you haven't registered yet here is…