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

Solace JMS Channel closing on it's own when running on a Kubernetes cluster (Spring Boot)

So I have a very simple JMS Listener running on Spring Boot, and running on a Kubernetes cluster on Google Cloud. The only thing i've defined is the following in my configuration class: @Bean public DefaultJmsListenerContainerFactory…
Felix Khazin
  • 1,479
  • 2
  • 10
  • 16
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
  • 7
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,486
  • 1
  • 14
  • 33
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"
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
vote
1 answer

How to disable direct-transport for SolaceConnectionFactory using SolJMSUtility?

I am creating solaceConnectionFactory using SolJMSUtility's createConnectionFactory() method. This is an XML configuration which looks
ChS
  • 11
  • 1
1
vote
1 answer

How to configure solace helm chart for use on a kubeadm cluster

We have a private kubernetes cluster. We are trying to follow these quick start instructions to install solace. https://github.com/SolaceProducts/solace-kubernetes-quickstart The solace helm chart installation steps were as follows: git clone…
Dave Sargrad
  • 45
  • 2
  • 10
1
vote
1 answer

Is there a Solace equivalent to ActiveMQ virtual topics?

Is there a Solace equivalent to ActiveMQ's virtual topics? Suppose you have two different components each consuming from the same Solace queue - component1 and component2. Suppose both are load balanced, giving you component1_instance1,…
JohnC
  • 698
  • 7
  • 12
1
vote
1 answer

how to clear up all entries from solacache and also delete one entry(key) from solcache

We are using solace-cache/solcache in our project. In our dev environment its very difficult for us to go to solace admins to request for a cache refresh. My question is: Using the solace java API, is there a way we could clear up our entire solace…
Javadee
  • 139
  • 10
1
vote
1 answer

Solace error 403: Message VPN Not Allowed

I am trying to connect to solace queue using solace APIs. After Successful connection, I am getting error : Error Code 403 Message VPN Not Allowed. I have written code to connect WAR file to Solace queue. I have provided all the details and able to…
Nilesh
  • 133
  • 3
  • 10
1
vote
1 answer

How is com.solacesystems.jms.SolConnection.mClientID field set by default?

How is com.solacesystems.jms.SolConnection.mClientID field set by default? The string consists of 3 parts. The first part is the hostname. What's the logic for setting the 2nd and 3rd parts? Where can I find Solace JMS driver code?
vrungel
  • 11
  • 1
1
vote
1 answer

Monitor Solace Queues with Grafana

I have a couple of microservices that communicate between them using Solace queues. My task is to find a solution to inspect the messages that are flowing within thouse queues and based or the content to push some data data in a InfluxDB that will…
Ilie NEACSU
  • 530
  • 3
  • 12
1
vote
1 answer

Solace Client BindFailedError Selector Invalid: exceeds 1023 bytes

I have .Net client that connects and works fine for a while and then disconnects and fails to reconnect because of an Invalid Selector error. There is no selector being passed so I don't know what the issue is. See log…
ARM
  • 23
  • 4
1
vote
3 answers

How to get all the queues and topics from solace

I want to discover all the destinations from solace (queues and topics) I tried using MBeanServerConnection and query after names (but I didn't find a proper way to use this) or JNDI lookups Destination dest = (Destination)…
agata
  • 481
  • 2
  • 9
  • 29