-
Golang API for Solace
Hi Team, I was going through the GIT Link https://github.com/SolaceSamples and I couldn't find the Golang API for connecting to Solace. We have already used Spring boot but now we need to use Golang. Is there any plan to release the API soon? Thanks, Namrata
-
Is there option to create backup queue
Good afternoon All, In solace can we create backup queue ??? If yes how? Please help me with steps. Requirment is if message is coming on Q1 which is having 1 subscriber to it. There is another Q2 on which same msg should come (backup of Q1) but with zero subscriber. How to do it? Kindly suggest. Thank you in advance!!
-
How to make discard notifications reliable?
Hi, we have a producer and a consumer which are using direct messaging. The producer starts sending an infinite stream of messages after the consumer subscribes. Can the consumer reliably detect that some messages in the middle of the message stream were discarded? Is it enough to (1) send all messages with the same…
-
De-Duplicate Messages in JMS - getReplicationGroupMessageId not part of JMS Spec
I can not see how i should access the: getReplicationGroupMessageId https://docs.solace.com/Solace-PubSub-Messaging-APIs/API-Developer-Guide/Detecting-Duplicate-Mess.htm as that field is not part of JMS spec ? So only logical way i can see then to de-dup would be: * Enforce Publisher to send a unique id (e.g. UUID) in…
-
Durability of events in Solace PubSub+
As in Apache Kafka, the messages are durable on the partition for 7 days by default but can be configured based on the time or size, how is the durability aspect in Solace. Also where to configure the durability of messages. Is it a broker level setting or topic level setting?
-
need help on SOLCLIENT_SUBCODE_COMMUNICATION_ERROR
im using the following broker_props = { "solace.messaging.transport.host": os.environ.get('SOLACE_HOST') or "localhost", "solace.messaging.service.vpn-name": os.environ.get('SOLACE_VPN') or "default", "solace.messaging.authentication.scheme.basic.username": os.environ.get('SOLACE_USERNAME') or "default",…
-
Hey mates! My casual introduction
Hey all, My name is Pradeep and I am from Mysuru, India. I come from development background and eager to upskill on EDA, hence joining this community to actively engage and hopefully contribute my bit in coming days.
-
503 max client queue and Topic endpoint exceeded
I have 15 queues each with 10 concurrency. when i start services i get the error max client queue and Topic endpoint exceeded. It's a spring cloud stream application. what could be the possible cause and solution for this problem.
-
Angular Enthusiasts: Solace Community Github highlight
This week's Solace Community Github highlight is sponsored by the "Solace Message Client for Angular Applications" package! This project is lead by our community member @danielwiehl and includes an angular wrapper around our Solace JavaScript Messaging API, solclient. Navigate to the Github repo and check out the getting…
-
Is solace 10.11 compatible with log4j2 (v2.15)?
Hi there. Because of the actual log4j issue (Log4j2 Vulnerability (CVE-2021-44228)), i was asked to change our jms client implemtation to use the latest version of log4j2 (v2.15). The previous log4j version used by the client was log4j-1.2.16. Everything was working fine there. I know this old version is not affected,…
-
Sample programs using spring cloud stream
I do limited examples of solace using spring cloud stream. Is there a repository where I can find many examples of solace using spring cloud stream.
-
[New blog post] How to generate dynamic topics from REST input headers
Version 9.11 of the Solace PubSub+ Event Broker introduced a great new feature for REST Delivery Points (RDP) to enable post request targets and HTTP request headers to be generated dynamically using substitution expressions. This new feature can be used on egress to enable message specific variables, such as part of the…
-
What s best way from java to delete a single Message in Queue
I use JSCMP queue. browser to loom up message inside a queue. Now i want to delete. some of this msssages and look for best way to do so. Is there a way via JSCMP? via SEMP i found that: https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/action/index.html#/queue I was surprised a PUT was used for…
-
Solace Issue Notification: SOL-61111 CVE-2021-44228 & CVE-2021-45046 Apache Log4j JNDI Vulnerability
Sharing the latest product notification for those that aren't subscribed to the emails. Sorry for the screenshots, I couldn't find an easy way to nicely format the table with so much text quickly in markdown. Solace Reference: SOL-61111 Summary: Solace is aware of the Log4j vulnerabilities CVE-2021-44228 and CVE-2021-45046…
-
How can we send bulk messages using nodejs?
I am sending around 100 messages with confirmed delivery. But Acknowledgement is delayed because of which I get OperationError: Guaranteed Message Window Closed after sending 50 messages. Is there a way to send more number of messages with guaranteed delivery? Code:…
-
Jms Message Id - default set unique id e. g. GUID if not set by publisher
I found that by default use of solace no message id is set when using jms client. As that field is best to corelate an error on subscriber with message parked in DMQ or perform de-duplication, i wonder if there is a. config in solacd to auto. fill when publisher does not set the ApplicationMessageId which normally turns…
-
☃️🎅🏼🎄 Happy Holidays Everyone! ☃️🎅🏼🎄
On behalf of the DevRel team, and everyone at Solace, I wanted to wish a Happy Holidays to everyone in the Solace Community! I hope you're able to spend time with your loved ones, relax, reflect on the year and kick off 2022 with a bang. I know I'll try ;) ☃️🎅🏼🎄☃️🎅🏼🎄☃️🎅🏼🎄…
-
Can you set compression port on JMS client?
When connecting to Solace via JMS JNDI LookUp with compression the lookup occurs over 55555 but the connection then connects of 55003. I have a network configuration where we port translate to multiple solace instances and trying to figure out how to map different servers to different ports but I can't seem to figure out…
-
We see some junk characters while deserialising the message
Hi Team, I have question about junk characters in the payload message. In our use case, we consume the message from solace topics. As part of solution, we used spring cloud stream, fun consumer(): Consumer<Message> , the string payload when we log it, it is having junk characters like G?teborg instead of Götenborg example…
-
Error: While enabling VPN replication settings
Hi All, While enabling VPN replication settings error observed as "Problem with Replication enabled or replication enabling behavior: Replication can not be enabled unless replication mate enabled" Kindly suggest way forward to resolve this. [Note: When checked on mate server , same name VPN is configured but that mate VPN…
-
Batch processing with Spring Cloud Stream
Hi Solace Community, It's me again. So we moved from RabbitMQ to Solace and identified that Solace does not support batch mode. See: https://solace.community/discussion/811/spring-cloud-stream-batch-mode So we started to implement a manual Acknowledgement function to accomplish something similar. But we are stuck in one…
-
How to integrate unity3d and Solace pubsub?
Hi I am very happy that I can join to your community. Since some months ago I was working with solace pub sub+ and now I want to integrate Solace to unity3d for publishing messages from unity to Solace I didn't have any problem but to receive data from Solace and using unity as a subscriber I had lots of problem and I…
-
Log4j2 Vulnerability CVE-2021-44228 at MITRE
Hey Everyone - I know this is a hot topic so I wanted to share the related Solace Issue Notification in the community.
-
How to connect to solace API continuedly
Hi I want to know How to connect to solace API continuedly, because after about 5 min if we don't send and receive any message we should login again and set our Try-me parameter again..
-
Why should the private key be used in solace client authentication?
I see that we provide a path to a .key file which is the private key for client authentication using client certificates . I really want to understand why this is done? a) where is the private key being used? b) is it a secure practice to pass private keys? especially if the server is sitting in a vendor infrastructure…
-
Linux Commands Every Architect/Developer Should Know
Linux Commands Every Architect/Developer Should Know #1 – Process Monitoring * top – To view CPU & memory usage information. _General guidance is Load Average should be similar to the number of cores for the system not under stress._You can also use newer version htop command for more interactivity. Usage Example: top -u…
-
What is the best way to get the actual queue message count ?
I am using currently Jcsmp and sure i can use queue browser to fetch all data and check collection size but there should be an easier way to check queue size without fetching all data. So i find this one: https://solace.community/discussion/398/how-to-check-the-size-of-a-message-queue But when i run towards my docker image…
-
Spring cloud stream batch mode
We want to be use spring cloud stream binders to be able to read messages from the solace queue. Our use case is to read records in batch, but in case of unforeseen exceptions ( such as consumer shutdown) we want to be able to write everything back to the queue. It seems batch-mode supports that capability, but can't seem…
-
how to start using kx kdbsolace c++ library with Solace C API Client
Hi all I have integrated Kx Developer + KDb+ + kdbsolace dll on windows with visual studio 14 2015 x64 over VS2017 IDE. Now I try to send message and lean what happen on the kdb database. the q kx developer is running C:\workKXdb\kdb\w64>q KDB+ 4.0 2021.07.12 Copyright (C) 1993-2021 Kx Systems w64/ 16(16)core 16160MB ....…
-
How to push Syslog to ELK ?
We need to push Syslog to ELK, so that we can have end-to-end message flow dashboard.