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.
403 questions
1
vote
0 answers

Setting JNDI factory in solace queue consumer

I have been given a factory to connect to a Solace queue. I am using this dependency, within a spring-boot 2.7.7 application : com.solace.spring.boot solace-jms-spring-boot-starter
inquirymind
  • 135
  • 1
  • 11
1
vote
0 answers

Spring Boot & dynamic JMS queue creation with Solace

I am trying to create a list of listeners on a list of a queue using JMS and Spring Boot. In my test I am running a Solace Docker container with test container and I publish a message in one of the queues trying to invoke one of the dynamic…
elpazio
  • 697
  • 2
  • 9
  • 25
1
vote
1 answer

Reason for Solace CLIENT_CLIENT_DISCONNECT

Recently some of the microservice AMQP applications are disconnected based on the solace event logs. However, the microservice AMQP applications did not detect any "CONNECTION_CLOSE" event. And, the applications did not trigger DISCONNECT action. Is…
Jack
  • 89
  • 6
1
vote
1 answer

ActiveMQ Bridge Configuration for Solace

I have a requirement to create a bridge between a Queue in ActiveMQ and a Queue in Solace. When ever there is a message in ActiveMQ Queue it should automatically get transferred to SolaceQ. I'm struggling to find the steps for this configuration. I…
Shankar
  • 53
  • 4
1
vote
1 answer

JmsTemplate not browsing queue correctly

I am always getting empty list. I have messages on queues which have not been consumed. I am passing the correct queue name. List messages = jmsTemplate.browse(destinationQueueName, (session, browser) -> { Enumeration
hello world
  • 171
  • 3
  • 13
1
vote
1 answer

View Messages on Queue

How can I view/browse the message on the queue programmatically? I don't want to consume the message. Below is the code I am using to send the message: @Autowired private JmsTemplate producerJmsTemplate; @Value("${.jms.host}") private String…
hello world
  • 171
  • 3
  • 13
1
vote
2 answers

Appropriate event architecture for producing an event graph of a company's microservices automation?

Hello we are trying to determine the best or appropriate architecture for tracking events as they occur between microservices. We know loose coupling begins this process for good microservice design. The use case is to literally query how a…
Tom
  • 71
  • 4
1
vote
0 answers

why solace connection refused, and resumes after restart

I have a app will connect to solace using spring jms, and solace server maintain yesterday, after that my app always says Connecting to host 'orig=tcp://xxx, scheme=tcp://, host=xxx' (host 1 of 1, smfclient 190521, attempt 1 of 1, this_host_attempt:…
Gentle Chen
  • 53
  • 1
  • 9
1
vote
1 answer

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
1 answer

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", …
Mehdi
  • 540
  • 1
  • 11
  • 28
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
  • 21
  • 5
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
  • 183
  • 2
  • 14
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
  • 1
  • 3