-
Queue to Topic Mapping List For Solace VPN
We use Solace queue to topic subscription mapping extensively in our Solace Ecosystem and most of time Application is not aware about underling queue and whenever application face any issue they provide VPN name and topic to administration team to check ! Now from here main pain point begin, because we have multiple…
-
Secure Connection on LocalHost (C API)
Hi, I am using the solace localhost to connect to my applications. I am able to do a default connection, but the secure connection is giving me an issue. I am running my localhost as: ./farePub tcps://localhost:55443 default admin admin topic ../ssl The error I am getting is: SDK NOTICE Thu Aug 19 18:47:26.741 2021…
-
Welcome to the Community!
Here are some tips and tricks for using this forum: * Use the reactions. These let you share how you feel about other’s comments. The most liked content shows up on the Best Of page. * Mention others. Put an @ symbol before the username to mention someone. They’ll get notified when you do. * Update your notification…
-
How does .Net(C#) Consumer obtain MessageID value? Tks.
No "MessageID" properties in SolaceSystems.Solclient.Messaging.IMessage. According to the documentation: This field is generated by the Solace platform and cannot be changed by the sending application I can saw messageID on the Solace message management site , messageID value is "18943221297" But I don’t know how to get…
-
Latency test between 2 appliances in 2 Diff DC
Hi Team, Looking of suggestion to do a latency test across DC **solace connectivity **connected via Bridge component. Solace (DC 1) <> BRIDGE bi directional <> Solace (DC2) How can we use sdkperf in this case , where publisher and consumer not connected to same DC ? Any suggestion is very much appreciated!
-
Tibco BusinessWorks 6.x integration with Solace
Hi, I learnt from the link (https://docs.solace.com/Developer-Tools/Integration-Guides/Solace-JMS-Integration-TIBCO-ActiveMatrix-BusinessWorks.pdf) that Solace can be integrated with Tibco BusinessWorks 5.x. But not able to find any materials on how to integrate Solace with Tibco BusinessWorks 6.x. Is there a way to…
-
[Blog post for developers] PubSub+ Message Handling Features: Reject-Message-to-Sender-on-Discard
In this blog post, Leah Robert covers the persistent messaging feature Reject Message to Sender on Discard, a long name, and an important endpoint property for defining certain scenarios when publishers should receive negative acknowledgements. This blog post explains: * What is the Reject-to-Sender endpoint property? *…
-
Secure connection on Local Host
Hi, I am using the Solace Software as a Docker container. I am able to establish a default connection (localhost:55555) and compressed connection (localhost:55003) with the broker. For the secured connection, I enabled the port 55443 while running the container, but when I try to establish a secure connection it gives me…
-
[Weekly Quizzicles] Do Solace topics require to have multiple levels?
-
Error creating consumers: intern error creating consumers (503: mac client exceeded for durable topi
Analysis: I have increased max bind count from 1 to 50!! Is it correct? Kindly help!!
-
Delete all subscriptions from a queue in one shot
Hello, Is there anyway to delete all subscriptions in one shot from a queue using Legacy SEMP and SEMP V2? @nram @Aaron Thank you
-
Solace PubSub+ Authentication against Oracle IDAM
Hi, In my architecture the clients connect to event broker either via JMS or REST. These clients need to be authenticated via Oracle IDAM. I know that other messaging platforms such as TIBCO EMS provide JAAS module which can be configured to get authenticated against IAM servers. Does Solace provide such feature so that…
-
DIGITAL TWIN of a SOLACE APPLIANCE, Is it worth attempting?
I came to know about digital twin recently. Will it be wortth to implement the idea on any Solace appliance?
-
com.solacesystems.jcsmp.ClosedFacilityException: Tried to perform operation on a closed XML message
Hi, Can someone advise on below error ? com.solacesystems.jcsmp.ClosedFacilityException: Tried to perform operation on a closed XML message producer one of the publisher flow in our app sends only few messages in a day. Would keepAlive config solve this problem ? I already have reconnect config in place.
-
Solace-Kafka connectors ready for deployment in a distributed Kubernetes environment
Hello, my name is Rodrigo Félix and I'm a Computer Science and Software Engineering student that’s currently doing an internship in Link Consulting. My goal was to instantiate Solace-Kafka connectors in a distributed kubernetes environment. Since there wasn’t any guide of how to deploy them in kubernetes and no images…
-
Show your projects
If you have worked on a project or developed an app using PubSub+, it's your show time! You can post a summary, a screenshot, a GitHub link, a short demo video, or whatever you want to show and share with the community. Here are a few projects that some of the community members have worked on: * Leveraging Solace PubSub+…
-
Docker port 55555 not available on Windows
The Solace Messaging Format (SMF) protocol uses port 55555 as default (and 55003 for compressed, and 55443 for TLS). I occasionally run into a situation where Docker Desktop for Windows won't start my Solace container in WSL2 because of some blocked port. I get this: $ docker start solace99Error response from daemon: Ports…
-
[Weekly Quizzicles] What is one of the behavioral differences between topic endpoints and queues?
-
Missing implementation in MessagingServiceClientBuilder
I wanted to use a PersistentMessageReceiver receiver for my client as it can connect to a queue (instead of a topic) and messages can be acknowledged. I'm using solace-messaging-client-0.0.5-dev.584.jar where MessagingServiceClientBuilder class is returning null for the method createPersistentMessageReceiverBuilder (). Is…
-
Solace/Boomi moves all messages to DMQ if a single message fails after x retries
It appears that our Solace test instance moves all messages to the DMQ if a single message fails after x retries. Example: Queue X contains 100 messages Queue X settings: retries = 3 Boomi listener retrieves 1 message from the queue, which fails. Then Boomi retries the messages 3 times (OK), but then Solace moves all 100…
-
Unable to connect with Solace Rest API with springboot
I have given host as "https://mrkly8kq4hu2y.messaging.solace.cloud:9443" along with Msg-VPN, username and password but when i start the springboot application i am getting error "Invalid scheme "https" in host "https://mrkly8kq4hu2y.messaging.solace.cloud:9443"
-
Subscription concurrency to speed up data consumption
Hi, In solace I pre-configured a Non-exclusive queue and now trying to consume data in spring cloud steam app , by providing spring.cloud.stream.bindings.fn-name.consumer.concurrency=4 , In logs i can see it's trying to start four subscriber but all four are getting timed out. If we make this number as 1 or remove this…
-
FlowHandle received incoming message (flow stopped or duplicate received)
Hi All, When I try to configure Solace for multiple VPN connections, I am getting below exception while publishing message to ConsumerFlow. Please help. "FlowHandle received incoming message (flow stopped or duplicate received), ignoring. Could not reply for correlationId: 3926add4-4aab-4472-b7ab-4d460e0ecf30","exception"
-
Why won’t my Solace Enterprise application reconnect after an HA failover?
Make sure that your reconnect retry value is not set too low or too high. It is recommended that you have your application attempt to reconnect for at least 5 minutes as follows: * connect retries: 1 * reconnect retries: 20 * reconnect retry wait: 3,000 ms * connect retries per host: 5 Be careful with JMS! These settings…
-
webmethods JMS - Solace Integration
This document give basic Integration steps on Integrating webmethods with Solace Event broker for Pub-sub
-
BOOMI : Publish Events to PubSub+ with custom headers & Listen to events and get headers
I write this post to share how to do the following things in Boomi : * Publish a message to Solace with custom headers * Listen for message and get the headers, parsing the custom headers stored in "userProperties" header Boomi is an iPaaS solution (other well known iPaaS : TIBCO Cloud Integration, Mulesoft) You can read…
-
Solace PubSub+ Messaging API for OpenMAMA releases
The following has been released and is available for download: * Solace PubSub+ Messaging API for OpenMAMA 7.4.3.9 Please refer to the product release notes for information on new features, changed functionality, resolved issues, known issues and upgrade considerations. Release Summary The following fix has been introduced…
-
FlowHandle received incoming message (flow stopped or duplicate received)
Hi All, When I try to configure Solace for multiple VPN connections, I am getting below exception while publishing message to ConsumerFlow. Please help. "FlowHandle received incoming message (flow stopped or duplicate received), ignoring. Could not reply for correlationId: 3926add4-4aab-4472-b7ab-4d460e0ecf30","exception"
-
Info log entry pollutinq application logs
I am in the process of evaluating Solace as an alternative to Kafka. Reason for this is that Kafka does not support XA transactions and in some scenarios we lost messages. I installed downloaded and managed to successfully start Solace message broker locally in aa docker container. One of our applications successfully…
-
How to realise the application and event created in event portal?
Hi All, I have created application domain with various applications and event in solace portal. But I am not sure how to deploy and make these applications workable. Do we need deploy it somewhere.