-
Spring cloud stream dependency version
Hi, Can some one please let me know the below version is a stable version com.solace.spring.cloud solace-spring-cloud-bom 1.1.1
-
Queue holds only last message published on the given topic
I have a queue (Q1) and topic T1 assigned to it. I published few messages to that topic and then run queue subscriber. Queue shows only a last message published to the topic. Is it a setup issue?
-
Develop spring cloud stream code to manually send acknowledgement post message consumption
Develop spring cloud stream code to manually send acknowledgement post message consumption "pick up message from Solace broker --> do some business logic --> if business logic successful --> ack the message so that it gets deleted from queue (if not, don't ack)"
-
How to set Message TTL when using Spring Cloud Stream Binder Solace
Hi there, I am wondering whether it is possible to set a Message's TTL if you are on the Spring Cloud Stream layer. I wrote a message listener using Spring Cloud Stream, and at most I get access to a GenericMessage from the Spring Cloud Stream framework - but that class does not offer any methods to set a TTL. Is there any…
-
Max TTL for DMQs
I just bumped into this issue. We are replacing ActiveMQ with Solace for multiple customers so we somehow must implement this. It appears that Solace does not support this, see https://docs.solace.com/Configuring-and-Managing/Configuring-Queues.htm#Configur21. Is there any workaround for this? We want to automatically…
-
Data integrity verification
Hi, How does data integrity verification happen in the Solace C API? I could not find anything in the docs for it. Is there any good checksum API that we can try?
-
Magic hidden Solace topic subscription wildcards
Hi everyone! Hopefully you know all about Solace's different subscription wildcards that consumer/subscriber applications can use to match multiple topics: * The * wildcard is a single-level wildcard, and can be used with a prefix: e.g. hello/wo* * The > wildcard is a multi-level wildcard, must occur at the very end of a…
-
How to implement async request/response with Boomi?
I'm interested in how to implement async request/response using correlation ID's and using the Boomi connector? See https://solace.com/samples/solace-samples-c/request-reply/
-
Dynamically chaging the concurrency value for spring cloud stream
Hi , Is there a way to dynamically changing this "concurrency" value without application down? I am using solace and spring cloud stream for listining message . There is a need to reduce/increase number of consumer on demand to manage application throughput.
-
Unable to set Max Permitted Message Size to 30 MB in Solace via API, as well as, manually
Hi, we found that "Max Permitted Message Size" always reset to 10 MB when we tried to update it to a bigger size like 30 MB manually on the UI. When updating it via API, we received "Message Size Out Of Range" OperationErrorException. (Note in both case, we are using the admin account against the latest software version of…
-
Replay log is not configured and you do not have permission to create replay log.
Hi Team, I am new to Solace and started exploring and using as Enterprise messaging bus in our organization from last 1 year, Message: Replay log is not configured and you do not have permission to create replay log. Could you please help me enable the reply log. @marc @Tamimi Note: I am using Standard developer edition…
-
SolaceCommunity Github Project Highlight - Prometheus Exporter
Last week we launched our new SolaceCommunity Github organization that will host project showcasing how to integrate Solace API with different tools and technologies. Today we are highlighting one of the projects in that repo: Solace Prometheus Exporter. This is a GoLang based tool that leverages the Solace Element…
-
Solace Developer Spotlight: Sjaak Overgaauw
Hometown: Hellevoetsluis, The Netherlands (40 km from Rotterdam) Years of being a developer: 25 Primary programming language(s): None. We are a low code company. Past: Java Social media presence: LinkedIn and Twitter How did you start as a developer? I started at school in the 80’s. Commodore 64 and 128! 😊 And later on…
-
How to find out what subscriptions a client has
Firstly, there are two types of “subscribers” in Solace: * Direct client subscribers, who get messages directly from a topic. These are typically market data style clients, who do not need a guarantee of no data loss; * Queue consumers. These clients cannot tolerate any message loss. The queue itself subscribes to the…
-
Event portal installation option
Is it possible to deploy event portal in my VM as a docker image . I am running kafka & solace docker in local vm .Is it possible to run along with this?
-
What is your GitHub SkyLine!? 🏙
Check out the new Github Skyline feature here https://skyline.github.com/! Depending on your contributions for the year, you can generate your own skyline. Below is my skyline commits for the year 2020 😎 What is yours! Take a screenshot and post it here
-
Setting Destination and Endpoint types in Boomi Solace Connector
Hi, In my Boomi process - I have Solace queue listener and once data is sent to destination (end system) the end system responses are logged to another response queue in Solace. As the response section is common for another modules as well. I like to set the Destination queue name in Set properties in Boomi and tried to…
-
Replay with Solace? Learn More a few ways
Lately I've had a few questions around whether Solace supports replay (answer: yes) and how to learn more so I thought I'd share a few options of doing so. You can learn more about Solace replay with these resources: * Solace Docs - of course you can read the manual…
-
Latest solace cloud stream library version
Hi, Can some one please confirm the latest version of the library which I need to use? Currently I am using the below dependency, is it a stable version? com.solace.spring.cloud solace-spring-cloud-bom 1.1.1 pom import
-
identify port/process according adb link.
how can i identify port/process according adb link ? is there a port communication between the brokers if there are a redundancy check ? how consul is needed in such a way ?
-
Receive multiple messages at once Solace C API
Hi I was trying some variations on sending and receiving direct messages, publish-subscribe. I came across a sendMultipleMsgs function which basically sends an array of messages at once. That works great for the publisher. For the subscriber, it takes the same amount of time to receive. Is there any way the subscriber can…
-
📣 JAVA Folks! New upcoming PubSub+ Messaging API for Java 📣
I wanted to start this discussion to see who is using the Java implementation of the Solace Messaging Protocol API? Good news is we are releasing a Brand New Java API: "PubSub+ Messaging API for Java" so stay tuned and let me know if you want to be one of the first to try out this API and give us feedback. Early Access of…
-
Solace JMS transport errors.
I am using IBM IIB Java compute node using Java JMS API along with Solace jms api to send messages on Solace topics. It was working fine for few intefaces with lower volumes. A newly added interface has high volume and we are seeing few messages failing due to below JMS exception and replays are working fine. Can you…
-
Sleep in Solace C API
Hi I need to send multiple messages of about 5mb each. When I send a single message without any sleep, it works fine. When I try to send 10/100/... messages without putting the publisher and subscriber to sleep for about 1 second, the last message is not received. On printing the stats it says that the socket was filled…
-
Message throttling from a solace queue
Hi, I am running 2 instances of my applications with 3 message consumers, each consuming messages from the same queue, using solace-spring-cloud-bom version 1.1.1. ie total 6 consumers 3 from each instance. My issue is that when I publish large number of messages to this queue, the messages are not equally distributing to…
-
Spring Cloud Stream Binder - Sending Persistent Messages with StreamBridge
Good morning everyone, using the spring-cloud-stream-binder-solace sending Messages via the StreamBridge, is there a possibility to send persistent Messages? "show client ... stats" only reports non-persistent messages beeing sent by the application. Thank you guys for your support and have a great day! Timo
-
Solace Cloud REST API authentication
I have created an api token in my Solace Cloud account but when calling the below URL with postman/curl I am getting an authorization error. Am I missing something that I need to be doing? https://api.solace.cloud/api/v0/services/{service-id}?apiToken={api-token} Thanks, Pete
-
Reprocess messages from Dead Message Queue
Hi Team, We have developed a code which consumes messages from a Solace Queue and publishes to a weblogic JMS Queue after conerting the JSON message to XML. For the error handling part, we are publishing the failed message to a Dead message queue when the target is unreachable. Once the target is up and running, we want to…
-
Messaging in the C API
Hello, I am using the Solace C API for my project. The data that we want to pass between the applications is an array of a structure. The structure has around 150-200 fields of int/long/short/char. The array size will be around 1,000 - 50,000. Currently I am using a stream to pass the fields. I start a loop of array size…
-
PubSub+ broker
Hi. Can anyone guide me how to setup pubsub+ software in private aws cloud.