-
Unsupported protocol on OAuth 2.0 JWT Authentication - Solace M1 EA
Hello, New Solace user here. I have Solace running as a Docker container in my Mac M1 with Colima version 0.4.6. I am running the EA version available at https://solace.community/discussion/1529/pubsub-support-for-mac-m1-early-release-now-available. We have a REST Consumer configured to use OAuth 2.0 JWT Authentication and…
-
Integrate External Schema Registry With Solace
Hello Members Is there a way to integrate external schema registry with solace ? I am already aware that there is a "Event Portal" that we can use but we have an already available schema registry that we want to use.
-
Consuming message from specific Topic subscription added in Queue
Hi, I have created the queue with topic subscriptions(more than 1 topic subscription), as below. "queueName": "QUE_TEST" "subscription_topics": [ "Demo/Msg", "Demo" ] now, I am interested in consuming message published to specific topic, like from 'Demo/Msg'. I have created the flow with queue to consume the messages…
-
SOLCLIENT_INCOMPLETE ISSUE
I'm getting this error intermittently, the app works well for 8-15 days properly, but there is a point where I start to get this error message (SOLCLIENT_INCOMPLETE), I need to redeploy the service in order to fix it, this has been a loop for almost 3 months. Any idea why could be happening? Thanks
-
Getting messages from all topic subscription even if subscribing to specific topic
Hi, I have client code which creates the subscription on queue and its topic, now when i am trying to consume the message from specific topic subscription with below code, consumer is receiving the messages from other topic subscription too under the same queue For example, when I am subscribing to "Demo/Msg" , I am…
-
Default Configuration for Software Event Brokers
Of course, keep an eye on the page https://docs.solace.com/Software-Broker/SW-Broker-Configuration-Defaults.htm
-
How to speed up solace standalone docker?
hello, i'm working with solace pubsub image (solace/solace-pubsub-standard:latest), and using it in testing takes a lot of time, as it takes almost 30 seconds to start it up, compared to a few seconds for other images i'm using (e.g. mongodb). is there a way to speed up the image startup time by allocating more resources…
-
Extracting message ID on solace pub sub broker in golang API
Hello everyone, currently I am researching Solace GoLang Api and I have few questions. Can you please help me because I cannot find the answer. How can I extract message ID or is there any unique ID that can be extracted from Inbound message and used for distinguishing messaged published to message broker I would also…
-
The New Designing your Event-Driven Architecture course at Solace Academy
Implementing an event driven architecture with your organization begins with designing that architecture, which includes some key concepts and topics. Keeping in mind that every organization is different, we created the Designing your Event Driven Architecture course to teach the important concepts that need to be learned…
-
Now Available: PubSub+ Connector for IBM MQ
I am pleased to announce the General Availability (GA) version of the Solace PubSub+ Connector for IBM MQ v1.0.0 is now available! The connector is the 1st of many connectors coming from Solace that leverage a new, common architecture built on various Spring framework technologies. I introduced this new common architecture…
-
Cloning github repo error
I am not able to clone the github repository while following the steps in the blog by Donald Le https://solace.com/blog/event-driven-architecture-go-application-using-solace-pubsub/ I have SSH key set up yet I am getting the below error. $ git clone git@github.com:cuongld2/shop-service.git Cloning into 'shop-service'...…
-
Why do flows stop receiving message un-notified?
Hi, we implemented a Solace consumer using the .NET API following the guidelines (https://tutorials.solace.dev/dotnet/persistence-with-queues/). We use one session for several flows on distinct queues, respectively. Sometimes, one of these flows stops receiving messages even though there are still messages in the queue,…
-
How to Expose Events with Event API Products Using Event Portal 2.0
Senior Product Owner Giulio Graziani explains how PubSub+ Event Portal users like API Product Managers, Enterprise Architects, and Business Analysts can use Event Portal 2.0 to expose high value business events as event API products to internal and external developers. Inspired by API management platforms that build and…
-
Solace Exposing Event Broker Services to External Traffic (outside k8 cluster)
Hi Team, I have installed Solace through helm on k8 cluster, i would like to expose it through mqtt - 8883 amqps - 5671 https - 1443 some one please help me how can i expose above solace outside k8 cluster note: I have gone through below docs as well,…
-
How to Use Docker to Try Out Solace PubSub+
Solace PubSub+ is the only advanced event broker technology that offers publish/subscribe, queuing, request/reply, streaming, and replay all in a single platform. The fastest and easiest way to get started with publish/subscribe messaging is to use Docker. In this post I will walk you through the steps. Specifically, I…
-
s/w broker Emulation library for Unit testing in automated environment
Is there a broker emulation library that helps developer unit test their code? Does not have to be full fledged supporting all the features of the Solace broker but basic functionality like publish/subscribe success/not-success. This allows developer to test their code in a automated testing environment like github/jenkins…
-
View topic subsciptions in Solace Admin UI
Hello We are using Spring Cloud Stream to consume and publish messages using solace binder. From the logs we can see the message - "Subscribing Queue xxxx to topic yyy" at application startup. However in Solace admin UI, we can't see any subscriptions under the topic. Could you please help where we can view the topic…
-
Docker container failed to start with Windows Bind Mount
I am using Docker Desktop on Windows 10. I followed this guide to externalize the storage of docker container: https://docs.solace.com/Software-Broker/Container-Tasks/Config-Container-Storage.htm#Examples_of_Configuring_External_Storage The container is created but failed to start with last record in log: "Unable to raise…
-
Getting error "solace failed to provision endpoint" while creating the queue manually
Hi, I am new to solace, trying to create the queue by referring the below tutorial https://tutorials.solace.dev/dotnet/persistence-with-queues/ , however i am getting error while executing the code. Also tried creating the topic with help of below article and code executed successfully but cant see topic created the on…
-
solace failed to provision endpoint- While trying to add queue from C# application
hi, I am new to solace, was trying to create the queue with sample C# code given solace site- https://tutorials.solace.dev/dotnet/persistence-with-queues/. however, i am getting error while executing the code- "solace failed to provision endpoint" I am just wondering what kind of error is this
-
How to implement task queue using Solace
Hi, I would like to use Solace for a task queue though Solace is overkill for my needs, but I hope it can meet my use case. I have 2 publishers putting guaranteed messages on a queue, and a single consumer listening to the queue initially, but the numbers of consumers scales up when there are many messages on the queue.…
-
Solace learning reference list for newbies
As part of my own learning when I joined Solace few months back, I collected all references available and utilized them as a ready reckoner - code, lab, tutorial and reading. Sharing it, hoping that new members could benefit. Solace - GitHub Solace Products Solace Samples Solace Labs References Solace Community References…
-
Feature Summary for the PubSub+ Messaging APIs
Hi All, If you have not checked out this page in the solace docs - I would highly recommend that. A matrix of API capabilities across languages in one place. Link to docs here - https://docs.solace.com/API/Messaging-APIs/Solace-APIs-Overview.htm
-
GoLang API Connect stuck
Doing an err = messagingService.Connect() leads me into dead end, client application is stuck forever, blocking any further execution. Is there something I can check on what's wrong? I can actually see my client is connected, telling from the web admin, having a subscription. But client application won't proceed any…
-
Distributed Tracing Demo
Hi, we are currently testing the Distributed Tracing Feature [1]. After some initial difficulties we got it running. We are using the following docker containers: jaegertracing/all-in-one:1.39 otel/opentelemetry-collector-contrib:0.64.1 solace/solace-pubsub-standard:10.2.0.26 We setup the telemetry over the GUI and are…
-
Moving messages from deadletter queue to main queue in Solace
I am new to Solace and using Boomi to push messages to Solace. I tried JMS Toolbox to view the messages. Do we have any tools or any options to move the messages from the Dead Letter queue to Main queue. I am looking for any of the options available. Can you please guide me in right direction please.
-
New blog post for developers | Monthly Solace Developer Community Highlights | November 2022
Below are some of the highlights from the Solace Developer Community in November: Read More › Leave your comments below. Source: https://solace.com/?p=47592
-
Distributed Tracing / OpenTelemetry: Testing Solace Implementation and trying our own
Hey there, we are trying to implement Distributed Tracing in our Solace Environment. We are struggling to get your implementation (https://solace.community/discussion/1553/distributed-tracing-is-now-generally-available#latest) to run correctly. We have some questions: In your presentation video…
-
Solace JCSMP Streaming - Code Sample
Hello, From the perspective of using Solace JCSMP with Apache Camel, I m working on a POC to read messages from a Solace Queue in streaming mode, (read 100 messages and Ack). Could you please share with me a sample code, where we use JCSMP API to consume messages in streaming mode? Thank you!
-
Slack App for PubSub+ Event Portal
Hello Solace Community, In an attempt to enhance your EDA experience, we have built integrations to tools and the processes that you and your IT teams use on a daily basis. These include Slack, Confluence, GitHub, IntelliJ, Jenkins, and many more. As a starter, I recommend reading the blog Supercharge your Software…