-
TLS certs expired https://sg.solace.com/bus/
When I was checking the "bus" demo in a video I saw this :smile:
-
How to copy files to/from a Solace broker
This looks like a frequently asked question - so I try to list all options to transfer files to/from a Solace broker. Why do you need to transfer files ? This list are just some of the frequent use cases. * upload certificates (server cert, CA chains) to the broker * Download configuration backup files from the broker *…
-
Upload Certificate Authority
Hi everyone :) , I've been searching in the documentation and in the community forums for a while but I did not find the answers I need. I would like to enable TLS both on my PubSub+ Cloud service and on my PubSub+ broker running in a Docker container. What I got so far is that I need to upload a server certificate on my…
-
What's the difference of JCSMPSession.createFlow() and getMessageConsumer()
Both methods are used to receive messages from the VPN what are the differences between them? https://docs.solace.com/API-Developer-Online-Ref-Documentation/java/com/solacesystems/jcsmp/JCSMPSession.html
-
Falling with Solace PubSub+ for Docker
Hi, I am trying to setup solace running in a docker container, when I started with the below commands. it is falling to start? Any help would be appreciated, please. sudo docker run -d -p 8080:8080 -p 55555:55555 --shm-size=2g --env username_admin_globalaccesslevel=admin --env username_admin_password=admin --name=solace…
-
Connector Hub is Live!
Just a heads up that the PubSub+ Connector Hub is live! The Connector Hub is a great resource to figure out how to integrate Solace with other technologies. You can search for the technology you want to integrate with, choose the integration option you're interested in, and see more information about that option such as…
-
Direct vs guaranteed messages
Hi, we are considering options for streaming a sequence of messages from one consumer to another. Our main requirement for this stream is to guarantee that we do NOT LOSE messages in the middle of the stream. Reading through Solace doc's its not really clear enough to me how could we accomplish this with as small…
-
Combining GoLang, NodeJS and Java JMS clients
Hi, We have Solace Appliances at our shop and for a particular VPN, we have a lot of JMS clients publishing to topics and consuming from persistent queues. Messages are also published with persistence. All topics only have Solace Queues as subscribers in order to secure this persistence and allow for consumer downtime. We…
-
IoT and Connected Devices projects
What projects are you all doing around IoT and connected devices? Whether its for work or side hobbyist projects I'm curious to know some projects we can share here on this thread! I've been getting more and more interested in cool projects that can be done on a Raspberry Pi using sensors and different triggers. One quick…
-
Any way to have broker in docker host networking mode bind to specific IP/interface?
I am trying to deploy brokers in multi-tenancy on docker in host mode and no matter which OS physical interfaces I configure on broker instances they always bind services and managment ports on 0.0.0.0. Any way to influence that or multi-tenancy scenario is cursed to always have bridge networking?
-
High Availability client configuration properties to load balance from the client end
Hi All, I have a question. What are configuration properties are required to achieve High Availablity like load balancing from the client SDK's sides? For examples: .NET ,Node js, Javascript, python, c etc... the configuration, I mean reconnection strategies and auto-switch between servers. can any one describe proper…
-
Topic which gives whole state followed by updates
Hi, I'm trying to create an app where each client initially gets whole state and then listens to state updates. I would like to use Solace topic to distribute state updates to clients. But I also need to distribute whole state to each client immediately after it subscribes - how is this done in Solace? Is there some proven…
-
How to use pre-defined queue name in Solace spring cloud stream
When I add consumer group in configuration, the queue name is always generated with destination name and group name. But our queue name is predefined. We do not need to append the group name. Please provide a way to use specific queue name without any group name. The code for generation of queue name is found below:…
-
Configuring the server certificate on PubSub Broker- Invalid certificate
Hi everyone, I'm having difficulties in configuring the broker's certificate correctly. I want to enable secure web messaging on a Oracle Linux VM that has a public IP. I installed a fresh Oracel Linux VM, installed Solace and everything is working correctly. As I also have a PubSub+ Cloud account, I tested it by sending…
-
Can Solace over MQTT Protocol, send or receive messages from Queue?
I am integrating Solace with Mulesoft and trying to Communicate with Queue over MQTT Protocol? is it possible to send or receive messages from Queue using MQTT Protocol?
-
Does Solace supports plain HTTP, over MQTT Protocol?
I want to know Does Solace supports plain HTTP, using MQTT Protocol?
-
SolaceSystems.Solclient.Messaging.OperationErrorException
In my application I am creating a solace message "CreateMessage()". After that i am converting message to stream using "SolaceSystems.Solclient.Messaging.SDT.SDTUtils.CreateStream(solaceMessage, 10240)". While writing in stream in a loop I am getting below exception after some iteration in the loop.…
-
Clarification on how to correctly handle DownError events to preserve message order
In the documentation I see the following paragraphs: Elsewhere the documentation also indicates that: Prima facie, these directives seem to conflict with each other. What is the intended pattern fort "destroying" a session on receiving a DownError event?
-
Solace Spring Cloud Stream and autoBindDmq
Hi there We configured our Application like this: cloud: stream: solace: default: prefix: myapp/${application.stage}/analysis/ consumer: prefix: ${spring.cloud.stream.solace.default.prefix} autoBindDmq: true With this configuration a DMQ is created for each queue. So far so good. I would now expect the created DMQ to…
-
How to forward PubSub+ Event Broker services logs to a Syslog server
You can now forward full PubSub+ Event Broker service log streams to a Syslog server for monitoring and analytics. Here’s how to start using this feature: * Select the service you want to forward logs from in the Messaging Services home screen within the Cloud Console. * From the Service Status screen, use the top…
-
Custom message identifier - sequenceNumber vs applicationMessageId
Recently I had a requirement to specify a unique identifier for each message that I was publishing to the broker. When inspecting the API reference, I found that there are two fields that can be used for this purpose - the applicationMessageId and the sequenceNumber on the message. Both are similar but have some subtle…
-
SEMP : Can I get messages from a Queue or a topic with curl?
How do I get the actual messages from a Queue or a topic with the SEMP API? I used the SEMP (Action) documentation https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/action/index.html#/queue/getMsgVpnQueueMsgs and used this GET command to get messages from a queue. curl -X GET -u user:password…
-
Exponential retry for messages
1) We have a microservice consuming message and post the data to another microservice via http 2) Lets say if either the database or microservice is down, we like to push the message back to the queue (this we can do with JMSListener by throwing the exception). And we like to consume the message with exponential backoff...…
-
What's happening when you have a VPN down due to "Cluster Subscription Sync Pending"
Have you ever experienced having your VPN down due to "Cluster Subscription Sync Pending"? If so, keep reading to find out what's going on with your DMR network and how you can get it back up and running. The error Cluster Subscription Sync Pending Why it's happening A VPN that is down due to "Cluster Subscription Sync…
-
Lightning Talks? You heard it! We want to hear from YOU.
Got a cool EDA or real-time project you've been working on? Want to talk about a cool tech or framework you used in your application that enhanced your development process for your event-driven application? What about Johny-Five for you IoT project or X-State for state management solutions? Cool tips & tricks for using…
-
Solace with mulesoft integration
Hi All, Does anyone have experience in integrating the solace with mulesoft and sending the messages to solace message brokers can you help me with answering the below queries? What are connection details requires to connect to solace from mulesoft. How can you manage the message queues and topic configuration via mulesoft…
-
Java Client: How to use lookup data
Hi together, what is the best way in Solace to use non static structured lookup data in a Java Client, without the use of an external system ? For example, I am getting an Id from a source system and now I want to enrich my data based on the lookup and send it back to Solace.
-
Try out the PubSub+ Event Portal beta of our new runtime discovery capabilities for Kafka
If you’re a Kafka user, we have exciting news – we just released the beta of our new runtime discovery capabilities for Kafka, Confluent and Amazon MSK clusters, and we’d love for you to try it out! You’ll be able to scan, stage, and import events and schemas from your event brokers into our event portal so you can…
-
Java API: Working with the Topic String
Hello together, we are currently starting with Solace development and want to build different use cases. First we created a topic hierarchy, where for example a source systems stores different data parts in the topic string like: ${sourceSystem}/${stage}/${businessObject}/${objectId} Now we want to extract different parts…
-
cannot establish connection to broker after changing the client username
:/ I did the following first * created a client username with client profile = default and acl-profile = test-profile * The acle-profile (test-profile) has Client Connect Default Action=allow , publish = Publish Default Action, and Subscribe Default Action = disallow * the Subscribe Default Action has Exception =…