-
How to access services running on your machine from your broker running in Docker
Do you need to access your local machine's network from inside your broker running on Docker? For instance, I wanted to create a REST endpoint so I could send some data from an RDP in a broker running in Docker. The problem is that you can't use localhost or 127.0.0.1 For example, if I start my REST endpoint at port 9010…
-
Integration testing without a broker
Hi, I am using solace java jcsmp and want to do some integration tests across gradle modules. The main issue is that we can't use a solace broker in this particular case, so using a local container with the broker isn't an option. Is there an alternative such as mocking the broker somehow?
-
Dynamic Queues
Hi All, How to disable dynamic Queue creation feature in Solace
-
How frequent Solace release new features, Any Release cycle/notes dashboard link
How frequent Solace release new features, Any Release cycle/notes dashboard link
-
Special characters (/, *,>,!) in SEMPv2
We have queue subscription topics that contain special characters like (/, asterick, !, >). We to want use SEMP V2 to delete particular subscriptions for a queue. I found the below SEMP v2 call to delete. /msgVpns/{msgVpnName}/queues/{queueName}/subscriptions/{subscriptionTopic} But, since my subcriptionTopic…
-
[Weekly Quizzicles] Currently, in how many ways can you initiate Message Replay on a queue?
-
Connection attempt failed to host '127.0.0.1' ConnectException com.solacesystems.jcsmp
I was following the below page to use solace using docker. https://solace.com/products/event-broker/software/getting-started/ It installed and I can see solace is running as well but I am not able to connect it. I tried using the browser (localhost:8080) as mentioned on the page. Nothing running. I tried with JAVA API on…
-
Tips to clear the EDA practitioner exam!
First of all, I'm happy to share that I've got my second solace certification, which is the EDA practitioner one. It's a great way to validate the skills and build some confidence as well. So, I would like to add some tips here that might help y'all in achieving this: * The training required for this cert is 'Event Driven…
-
[Weekly Quizzicles] The process of exposing APIs in a legacy application makes it event driven.
-
SEMP script required for Enabling/Disabling VPN
I am trying to write powershell/BASH script to enable/disable VPN. Can anyone give me a sample script (BASH or powershell) Assume My VPN URL is this: http://10.1.255.255:8080/SEMP/v2/config/msgVpns/v001 let's assume user name is admin. Password is ADMpwd1
-
Choosing a broker version > 9.6 on Solace PubSub+ Cloud on Developer service type (eval)
By default the version 9.6 is selected - and there are no other versions of Broker available to choose from the list. How do we get access to latest versions?
-
Taking Solace Essentials course. Attempting to do the Introduction section, but it doesn't work.
Taking Solace Essentials course. Attempting to do the Introduction section, but it doesn't work. Tried with both IE and Chrome.
-
Propagation of messages in a DMR cluster(external link)
Hi there, I have 4 nodes, solacesingle1primary and solaceha1primary form a DMR: Cluster-Test (internal link), singleevaluation2primary and solaceha2primary form another DMR: Cluster-Another (internal link). I connect the two DMR clusters Cluster-Test and Cluster-Another with an external link, and solacesingle1primary and…
-
[Weekly Quizzicles] What does Solace compression compress?
-
How to trigger a solace supplier
I have a supplier function that will produce messages to a solace broker. By default, the supplier is called every second to generate messages. But in my case, I want to explicitly call the supplier based on an internal event. How do I do that?
-
Spring cloud stream | Scaling
I just wanted to understand couple of things here.. * If i have 10 consumer configured then for each queue i see 10 consumer/subscription, that's going to be a lot no doubt because i have 50 queue and there will be like 50 *10 = 500 consumers and there are certain infra limitation within the organisation so i will reduce…
-
spring cloud stream
cloud: stream: bindings: inbound: destination: TestQueue group: perf concurrency: 2 I get 403 Permission Not allowed whenever i add a group name what is causing issue ? TcpClientChannel : Error Response (403) - Permission Not Allowed - Queue
-
CloudEvents reference
Do we have any API specification or reference to enable CloudEvents part of webhooks?
-
Metrics for Queue monitoring in Solace
Hello Team, We are trying to explore the APIs to get the metrics like TOTAL_MESSAGES_SENT, TOTAL_MESSAGES_RECEIVED ,etc for the queue. We have gone through the documentation and tried to use the packages (from solace.messaging.utils.manageable import ApiMetrics, Metric) mentioned in the documentation. We are trying to use…
-
Login PubSub+ Broker Manager Failed
I don't know why, but the two brokers I deployed (one single node and one HA) suddenly can't log in, they have been fine before, before that I did an operation to create a DMR cluster (external link) for these two brokers. Both nodes are prompted with the same error message
-
One message multiple consumer
Hi I am trying to use Solace for cache invalidation and the use case is the following: I have 3 consumers (3 instances of the application). They are all listeners for the same queue. What i am trying to achieve is when one of the instance publish a message to the topic (has subsciption to the queue) all the consumers to be…
-
Looking for ttl setup on each message in spring cloud stream
i am able to set ttl on queue persistence message , using solace cloud broker GUI, but this settings is applied on each message with uniform value, is there any way keep this value in application.yaml or properties file and during message published time it will be applied for each messages. In solace doc it's says you can…
-
Set Timeout when Solace is not responding
Hi, Our application uses Solace for publishing messages. The code looks like this - topicSession = topicConnection.createTopicSession(false, Session.AUTO_ACKNOWLEDGE); TopicPublisher topicPublisher = topicSession.createPublisher(myTopic); topicPublisher.publish(textMessage); Our application couldn't connect to the solace…
-
Solace on Apache Beam with Java 2.25+ (SDF issue)
Is there anybody using Solace with Apache Beam (non-Dataflow) with SDK 2.25 or later? It seems that there are some issues with how the new SDF Read interacts with Solace.
-
Android. Request interrupted error
Is there any how meet "Request interrupted" error? my you tell what was your reason to get it? i have one request that constantly throws this error on android 7.0 and 7.1 Http logs says, that i call disconnect and send it information to server. and server received it. but i "send disconnect despite on i dont do it. and…
-
About changing sol-jms version in solace-jms-spring-boot-starter 4.1.0
Hello, Due to some reasons, I need to use sol-jms 10.11. However, I want to use solace-jms-spring-boot-starter for my project but the latest version of the starter (4.1.0) is using sol-jms 10.8.1. I want to change the sol-jms version by: <dependency> <groupId>com.solace.spring.boot</groupId>…
-
Some useful Replay patterns
Hi all, As some of you might know already, I am a Solutions Architect at Solace working with our clients and helping them understand and design features based on Solace's PubSub+ Platform. In the last few years, we have released several new features which our clients have been keen on taking advantage of for their custom…
-
Comparison - DMR vs MNR
Based on my reading, both features serve the scaling needs of an enterprise - is there a feature comparison list of these two. When would a MNR be used over DMR or vice versa?
-
How to integrate information and solace for sending json file to solace message queue ?
How to integrate informatica power center and solace for sending json file to solace message queue ? What are the prerequisite required for this integration
-
Comparing Kafka and Solace PubSub+ Event Brokers
We get queries quite a bit asking for a comparison of Solace Event Brokers vs. Kafka and when to use each or both. I figured it might be useful to create a post in the community that aggregates a bunch of resources that might be useful in one place. 👉 Please Comment Below if you find any useful resources that I'm missing…