Questions tagged [solace]

Solace's open data movement technology gives you the freedom to embrace hybrid computing by offering real-time event-driven publish/subscribe, streaming, request/reply and persistent message routing with zero risk of getting locked into API or environments. Solace runs in public and private clouds, supports open APIs and protocols like JMS, MQTT, Paho, OpenMAMA and REST, and offers APIs for popular programming languages.

Solace Technology and Tools

  • Virtual Message Router: Software message broker that runs in wide range of public cloud, private cloud and legacy/on-premise computing environments.
  • Message Router Appliances: Purpose-built hardware appliances that offer unparalleled capacity, performance and TCO in a compact footprint.
  • Any APIs: Solace accepts connections from third party client libraries and data movement technology which support open wire protocols such as MQTT and REST or open APIs like JMS and OpenMAMA.
  • Any Cloud: Solace runs in all kinds of environments so you can easily link assets that live in diverse environments, and migrate workloads as your needs evolve. Examples include AWS, BlueMix, OpenStack, Pivotal Cloud Foundry.
  • Native APIs: Provide robust, uniform client access to all of Solace’s capabilities.

Tips for Getting Help Fast

Solace product experts monitor our Developer Community first for questions and suggestions. To help them respond to you as quickly and effectively as possible, please include the following in your post over there:

  1. Indicate the API language, version, and platform you are working with.
  2. Include the Solace message router type. I.e. Virtual message router or a message router appliance.
  3. Include in the version of SolOS that message router is running.

More Helpful Resources

Our developer portal at solace.dev provides lots of resources you might find useful including software downloads, product documentation, tutorials and integration guides for a variety of third-party and open source products.

  • Tutorials to help you set up a Solace message router and configure it for pub/sub messaging.
  • Full product documentation including docs specific to all of Solace’s management APIs, enterprise messaging APIs and web/mobile messaging APIs.
  • Integration Guides for popular commercial and open source technologies you’re likely to want to integrate with Solace.
340 questions
2
votes
1 answer

ssl consumer configuration in REST delivery point

I am creating a consumer using soladmin. consumer is an ssl consumer and the operational state is down. I am getting an error saying "local ssl Handshake failed : Server certificate verification failed : not trusted common name" any have any ide in…
2
votes
1 answer

Solace Session Recovery , message redelivery

I am using Spring DefaultMessageListenerContainer and JMS Message Listener to consume messages from Solace Queue. Client Acknowledgement is set to true. In case of exception messages remain in the queue since they were not acknowledged and these…
Amit G
  • 51
  • 1
  • 3
2
votes
1 answer

Solace - Message delivery count

We are using Solace as messaging broker. How can I get the number of times a message is delivered from broker? In Jboss, there is a property called JMSXDeliveryCount. Is there anything similar in Solace?
suraj bahl
  • 2,195
  • 4
  • 24
  • 37
1
vote
0 answers

Issue with Kafka Connect with Solace Source Connector and JDBC SInk Connector

I want to use kafka connect solace source connector with avro converter to push messages to kafka topic. Once messages published on kafka topic, I want to use kafka connect jdbc sink connector with avro converter to push the messages from kafka…
1
vote
0 answers

conflicting beans while using solace and jms

I am trying to read from multiple JMS queues of Solace and then publish message to weblogic JMS Queue. The problem is, as both of the source and target are JMS, I am getting a conflicting bean. The class for reading message from Solace Queues work…
1
vote
1 answer

Restricting / Protecting Topics with MQTT and Solace

I'm working toward an event-driven simulation infrastructure using Solace's PubSub+ for MQTT as a broker. I have a type of control message topic prefixed by control/. Is there anyway to protect/restrict publish access to this topic prefix (or…
1
vote
0 answers

OpenTracing, Spring Cloud Stream and Solace

I just started using OpenTracing with the Jaeger Cloud starter. For this I added the folllowing dependency to my project: io.opentracing.contrib
MikeR13
  • 11
  • 3
1
vote
1 answer

Camel JMS Component multithreading

I have a spring boot app consuming messages from multiple Solace queues using Camel's jmsComponent. I have defined a Camel route for each queue connection and a Camel Processor for converting messages into json. There is a high volume of messages…
itms
  • 155
  • 2
  • 9
1
vote
1 answer

Spring Cloud Stream - Solace PubSub+ - Consumer Concurrency

I am using Spring Cloud Stream 3.0.6 (Cloud: Hoxton.SR6, Boot 2.3.0.RELEASE) in combination with Solace PubSub+. I can't get concurrent consumers to work. Whatever I configure, there is always a single thread executing each incoming message in…
TheFonz
  • 85
  • 9
1
vote
1 answer

libcrypto-1_1-x64.dll missing using dot.net Client SolaceSystems.Solclient.Messaging

When creating a solace connection we get on Windows server 2016/2019 the following message: libcrypto-1_1.dll missing. It works perfectly on Windows 10 and Windows 2012 R2. The exact output is as follows: Error - Sdk: 13:38:25 | solClientOS.c:1142…
ArnoutDev
  • 21
  • 3
1
vote
1 answer

FAA NOTAM via JMS web based?

now I download recent NOTAMs (Notice to Airman) from FAA PilotWeb scraping the webpage like this: link By simple php script and a cron-job I can save NOTAMs I want in a database. But from January 24, 2020 FAA will swtich off PilotWeb and NOTAMs will…
Fabrix
  • 39
  • 4
1
vote
1 answer

solace monitoring: looking for prometheus exporter

Is the a way to have a solace prometheus exporter? For example let the prometheus mon server export its metrics as promehteus compatible web service? Or to use something like the PushGateway for the metrics over topic?
GreenRover
  • 1,462
  • 1
  • 10
  • 29
1
vote
1 answer

Solace SDKPerf send text file or string message

I want to send a specific message using sdkperf in Solace. But I cannot find the cli command for this. Can someone help me? sdkperf_java.bat -cip= -cu=@ -cp= -pql= -mt=persistent -mn=5 -mr=1 -??="hello" Thank…
1
vote
0 answers

Topic to Queue Mapping fails when trying to subscribe through C# API

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…
Ranjeeth
  • 91
  • 1
  • 9
1
vote
1 answer

Solace Spring Cloud Stream Binding

How do you initialize a Solace Binder with Spring Cloud Stream where the connection AUTHENTICATION_SCHEME is AUTHENTICATION_SCHEME_GSS_KRB? solace: java: host: tcp://..... msgVpn: myvpn client-username: username apiProperties: …
Arda M
  • 11
  • 1
1 2
3
22 23