-
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…
-
[Free virtual conference] EDA Summit 2021
Time: 9 am - 6 pm ET, May 19, 2021 Where: online Register today: https://solace.com/event/eda-summit-2021/ Description A virtual summit devoted to the advancement of event-driven architecture in business. EDA Summit is the event for business leaders, architects, and technologists who want to learn about and implement…
-
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/
-
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…
-
Caused by: javax.naming.NamingException: JNDI lookup failed - 403: Client Username Is Shutdown
Hi Team, While connecting securely Solace from MuleSoft Integration product using AUTHENTICATION_SCHEME_CLIENT_CERTIFICATE with below studio version, Anypoint Studio - Tooling for Mule RuntimeVersion: 7.8.0Build Id: 202101272310 Caused by: org.mule.extensions.jms.api.exception.JmsExtensionException: JNDI lookup failed -…
-
JMSToolBox: Topic name associated to Queue is not displaying when I browse Destination Information
Hi Team, Could you please help me how to retrieve the Topic name associated to Queue using JMSToolBox Step1.I've logged into Soldadmin and Created Queue ( e.g Order) Step2.Seleected Queue, Operations, Manage Topics option and associated Queue to Topic Name ( e.g abc/Test1) Step3. Logged into JMSToolBox, Clicked on Queue…
-
Solace Developer Spotlight: Manish Yadav
Hometown: Ranchi, Capital city of state Jharkhand in India Born and brought up in: Bihar (a state in India) Years of being a developer: 5 Primary programming language(s): None but basic Core Java. I’m a pure Integration Developer/Architect with a zero-code MuleSoft integration platform. How did you start as a developer? I…
-
Solace Prometheus Exporter
Hi I want to use solace Prometheus exporter to monitor the performance of my solace software running as a docker container. I installed the git hub library, started the solace-exporter container. When I go to the localhost:9628, and any sub page, I do not have the metrics. All I get is: HELP broker_build_info A metric with…
-
Slow Subscriber
Hi, I want to identify slow subscriber client in my sandbox environment. This is to mock or test when a client is marked as a slow consumer. Currently our slow subscriber panel in Grafana shows all clients as normal (i.e. 0 = not slow subscriber). Can anyone please suggest how this can be replicated in test environment ?…
-
Listening to events in your JavaScript/NodeJs application: Promise/Async-Await vs Callbacks
There are a bunch of Solace specific status codes that could be leveraged in callback functions in your JavaScript application or NodeJS microservice. It's a common practice in JavaScript to handle async calls in a Promise/Async-Await implementation. The majority of the Solace API functions are asynchronous but are not…
-
JMSToolBox: List of Queues to be displayed based on the User owned by the Queues in VPN
Hi Team, There is a requirement to display only the Queues owned by Subscriber when they login to JMSToolBox(User/Password : User allowed to connect to get a JMS Connection ) but the JMSToolBox is making call to SEMP request(https://hostname:PortNumber/SEMP/v2/config/msgVpns/VPNName/queues?select=queueName&count=1000 GET)…
-
Descriptions of SEMP API object fields?
I'm trying to use the SEMP api to pull monitoring stats from my message vpn and there are a lot of properties in the response object. Is there somewhere where a description of these properties is documented? The SEMP api documentation below only lists the properties.…
-
How to publish and consume an attachment(.txt) file along with each message in queue?
Is there a way to publish a message and an attachment(.txt) file to a queue? Can this message and the attached file be consumed using java interface?
-
Welcome all Solace Virtual Connect attendees!
Hey there! We're so glad you came to check out the community while you're taking in all the amazing live and on-demand content from Solace Connect. Come join us in the community! Not sure if you should sign up? Read on and find out what you get when you sign up! Our rapidly growing community is the place for developers to…
-
Solace Messaging C API and ATM8 message
Is there any available C/C++ library to accommodate ATM8 message format? I need to send my message as binary ATM8.
-
Solace Spring Cloud Release Notes
v1.1.0 of solace-spring-cloud has been released! Release info is in github here but I'm also copying below for convenience. The release is also available on maven central Solace Projects Name VersionSolace Spring Cloud BOM 1.1.0Solace Spring Cloud Stream Starter 2.1.0Solace Spring Cloud Connector 4.3.0 Global Changes *…
-
How to integrate solace and protobuf C libraries together?
Need to serialize message as protobuf and send it thru Solace appliance.
-
[Livestream event] Solace Office Hours: APAC - April 7
Event URL: https://www.youtube.com/watch?v=kld51SuuQ5g Time: 12:00pm GMT+8 (noon Singapore, 9:30am IST, 2pm Sydney), April 7, 2021 Description Join Solace dev advocate Aaron Lee for an online, interactive office hour, on Wednesday April 7th at noon Singapore time, 12pm GMT+8. Have a question? Ask it LIVE or post it here…