-
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.
-
New Solace Certification now available: Solace Certified Event Driven Architecture Practitioner
The Solace Certification program has a new addition! The Solace Certified Event Driven Architecture Practitioner certification is for architects and developers who want to validate their skills on being event-driven. It tests your EDA knowledge and hands-on ability to apply EDA to your applications and infrastructure. Take…
-
Solace Cache in Pubsub+ Configuration Help
I'd like to set up a last-value cache with our test cluster in PubSub+. There is a 'Caches' page under 'Advanced Messaging', but I've not managed to work out the relationship between distributed caches, cache clusters, cache instances and home cache clusters. Can anyone point me at any documentation that would help me? My…
-
JMSToolbox : Unable to see the content of the message when I Click on Browse Queue Option
Could you please help me on this issue. I am using Solace PubSub Event Broker message VPN. Step1 : I have used sdkpref to send message to Queue ( e.g abc) and sent 3 messages to the Queue Step2 : I have logged in Soldadmin and Could see message spooled is 3 Step3 : I have connected messageVPN using JMSToolBox and Could see…
-
Managing queue subscriptions with JCSMP Java client
I have a Java application that is a queue consumer, and I'd like it to be able to do its own queue/subscription management. There a configuration file that defines the queue name and a collection of subscriptions that should exist for the queue, and when the application initializes it will create the queue and…
-
Is this real error? Capabilities (unbind-ack, bind-response-endpoint-error-id)
Hi all, Recently our solace team in company highlighted that there were many failure notification in splunk, and provide the log like this (I hide some sensitive information like host name and server name ). Do you have any idea if this is a real error? Or it is just a false alarm, since I could not find any error from API…
-
How to create internal DMR link from Solace UI?
I would like to setup a internal DMR link (Clustering->Internal Links), between 2 Solace Cloud services but I am getting the error - "You do not have permission to create internal link on the remote broker.". Any help would be much appreciated.
-
RDP: status of outgoing REST consumer status remains down
Hi, We're testing the RDP functionality using this example https://solace.com/blog/event-broker-cloud-lambda-aws-api-gateway/. Status of outgoing REST consumer status remains down. We have tried many different settings like Service mode "messaging" and "gateway". Any tips? I also tried the CLI to enable the outgoing REST…
-
I am getting "An existing connection was forcibly closed by the remote host"
I am getting this error while connection to Solace PubSub+ queue. Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: santoshtest@ITINNOH-DW0110/4760/#00130001/d-w91qUcVk Local addr: 10.62.18.38 Local port: 56148 Remote addr: mr1trp1uapifnh.messaging.solace.cloud Remote port: 55443) - Error…
-
Solace integration with Kafka over TCPS failing
I am trying to connect Solace cloud broker with Kafka. I have a topic in Solace cloud. I want to subscribe into the Solace topic through the pub-sub-plus source connector. Here are my Source Connector Configuration: { "name": "solaceSource", "config": { "name":"solaceSource", "kafka.topic":"solace-connector-test",…
-
Giving away clubhouse invitations! 🎧
Hey everyone! I am wondering if anyone has heard about clubhouse, is already on it or waiting to be invited to join? it is a very cool platform bringing together similar minded people to chat and discuss several topics. There are rooms about social activities, finance and most interesting to me are the rooms about tech!…
-
Transmission time for messages Solace C API
Hi, We are using the Solace C API to benchmark the communication between our applications. We noticed a very unusual thing. In some runs, the transmission time increased with an increase of data, and in some cases, it decreased for messages of higher size. What is the reason for this unusual behavior?
-
Maximum number of Semp V2 calls at a time?
We have 3000+ queues in a appliance. We would like get all the queues information in JSON. We have a Python application Which makes SEMP V2 GET call to get all these queue information. Is it okay to issue concurrent SEMP v2 GET calls to the appliance ? I believe appliance will process the API call one after the other. We…
-
Unable to authenticate using "KERBEROS AUTHENTICATION SCHEME"
Hi Team, When i am trying to connect to a session using Kerberos Authentication Scheme. It throws Unauthorized Login failure error. can anyone please tell me what must have been missing? Below is the list of Session Properties i am passing to connect to the session. I am using C API. propIndex =0; sessionProps[propIndex++]…
-
PODCAST: Understanding the benefits of EDA
Podcast News: Understanding the Benefits of Event-Driven Architecture, by Enterprise-Management-360, interviewing Solace’s Distinguished Engineer, Jamil Ahmed, who knows the ins and outs of EDA. “By making the communication, processing, and consumption of events part of the foundations of your application, you are…
-
PODCAST: Connecting Everything To The Internet: Our Future With IoT Technology
For those of you that are podcast listeners out there be sure to check out this "Brains Byte Back" episode from March 9th. @Vatsid spoke about smart cars, smart toilets 😂 and the future of IoT! 👉 Listen to it here.
-
New blog post: Event-driven logging with Elastic stack
Hi folks, I just published a post around event-enabling logging with Elastic stack, specifically for Kubernetes environment. This is based on few discussions with customers and friends who were looking on embarking EDA and also not fully benefiting from their logs yet :) Happy to chat if anyone has any feedback! Thanks! Ari
-
Unable to create a client profile in a Solace Cloud service
In the broker UI under Client Profiles, I am unable to click the button to add a new profile. How do I get access to this?
-
How many number of days a message will be left unconsumed in Solace queue ?
How many number of days a message will be left unconsumed in Solace queue ?
-
RaspberryPi
Hi everyone, Just to present me before: I'm Valdemar, from Portugal, and I'm starting my PhD thesis that I pretend to implement with Solace. I'm trying to develop a python Publisher/Subscriber on a Raspberry Pi, by installing "solace-pubsubplus" but because it has an arm processor, it does not allows me to install the last…
-
Anyone familiar with Node-RED?
Anyone here a Node-RED expert? Dale Lane in the AsyncAPI community slack is exploring how a Node-RED AsyncAPI plugin could work. He wants to auto-generate nodes for Kafka/MQTT/AMQP, etc from the spec. I think this would be pretty cool and would allow you to design using the Solace Event Portal and then autogenerate…
-
Using sdk_perf to generate 1 million unique topics
I needed to do a test to generate messages with 1 million unique topics. Initially, I thought of writing a simple application that did this but then discovered that the free to download sdk_perf utility gives you this flexibility with the following parameters -ptc=1000000 -ptp=topic/prefix/ This will generate incrementing…
-
How to access Solace Cloud statistics and integrate it with monitoring platforms (Datadog)
Hi, I did some research regarding monitoring. Solace offers Insights which is running on Datadog. But it seems it's a closed system. We want to know how we can access Solace Cloud statistics and send them to public cloud monitoring platforms like Datadog. So we can integrate Solace with existing monitoring solutions of…
-
The Ultimate Guide to PubSub+ Event Portal for Developers
Solace's PubSub+ Event Portal Event Portal is our event management tool that lets developers create, design, share, and manage events within an event-driven architecture. Now before you say "Why should I care?" I want to take you through a little memory exercise. What if I told you Event Portal takes away all that pain and…