Hello, I'm configuring a Solace Sink connector for Kafka with the following properties - "connector.class": "com.solace.sink.connector.SolaceSinkConnector","tasks.max": "2","topics": "nt_pop_fxrt_002_001","sol.host": "xx.xx.xxx.xxx","sol.username": "syskaf","sol.password": "","sol.vpn_name": "sysvpn16","sol.queue":…
I need to dynamically map Topic to queue through C# client API. I have followed every step that is written in https://solace.com/samples/solace-samples-dotnet/topic-to-queue-mapping/ and Github sample https://github.com/SolaceSamples/solace-samples-dotnet/blob/master/src/TopicToQueueMapping/TopicToQueueMapping.cs. However…
Dear All, Please help to provide some sample scripts to create/delete destinations/bridges , VPN... via jenkins pipeline. Thanks, Surya |
Does Solace provide some kind of connector to read (subscribe) the (AMQP) messages from a RabbitMQ broker and publish them to Solace broker? (Analogous to Kafka Connect). If I'm publishing the messages to a RabbitMQ and want these messages to be published to Solace from RabbitMQ, is there a solution from Solace or do I…
I am looking to utilize the Spring Cloud Stream Binder for Solace PubSub and looking for examples of how to enable kerberos for the Solace binder connections. The examples all use username + password combinations. Any samples on how to initialize using kerberos configs?