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
0
votes
2 answers

Service Unavailable error while sending mqtt message on solace

I created a new message VPN on solace VMR and configured its SSL port as 8884 . Configured default ACL profile on it to allow publish and subscribe both . But when I am trying to publish any message on a topic such as "hellotopic" , I am getting an…
0
votes
1 answer

SSL Connection on Solace MQTT Throwing Unknown Protocol error

I am using Solace VMR for MQTT Publish/subscribe service . I am using paho library for publishing and subscribing . I need SSL connection with the Solace for the purpose. I configured Server and CA Certificate . Using SolAdmin , I can see that SSL…
0
votes
2 answers

Authenticating only subscribers in Solace MQTT service

I want to authenticate all MQTT subscribers on a topic with Solace using Basic Auth . (Username and password) . But want publishers to send to that topic without authentication. I configured basic auth. and ACL's on a VPN but that wants my both…
0
votes
1 answer

solace consumer attach MessageListener warning

I'm trying to user a JMS implementation to send/receive message at #Solace Appliance. I'm using SolConnectionFactoryImpl factory to create the connection. Everything look's Ok but when I'm trying to attach the MessageListener event to the JMS…
0
votes
1 answer

Export/Import Queue configuration - Solace

How to export/import Queue configuration from One VPN to another VPN in Solace Appliance.
Abhi Singh
  • 61
  • 1
  • 6
0
votes
1 answer

What is the preferable way to get size (bytes) and count of messages in the solace queue(JMX, OueueBrowser or else)?

Before push the messages into the queue, I would like to get how many messages and their size is.
NameAlex
  • 163
  • 1
  • 3
  • 10
0
votes
1 answer

How many we will get when Solace system connected to session

Currently, I pushed 600 message to Solace. And then tried subscribe all the messages. But it is retrieving 264 messages within 2.8 seconds. So my question is this default time-out of Session I am looking for default time-out of session or how many…
manas
  • 1
  • 1
0
votes
2 answers

Ingress and Egress Rate of Solace Appliance

I wanted to set Ingress and Egress Rate of Solace Appliance on below mentioned 3 level. 1 : Appliances Level 2 : Message-VPN Level 3 : Queue Level Please let me know the possibility & share CLI Commend for same.
Abhi Singh
  • 61
  • 1
  • 6
0
votes
1 answer

Can We Run Solace Appliance Without HBA

Is it possible to run Solace appliance (3560) without HBA_Card Pleas help.
Abhi Singh
  • 61
  • 1
  • 6
0
votes
1 answer

Is there a way to find reply-to topic using SEMP for MQTT client?

I understand that MQTT clients can get their point-to-point (P2P) topic by first subscribing to “$SYS/client/reply-to". This will return the P2P topic which the client will subscribe to. But, they need to pass this P2P topic in the message body…
Koon Sang
  • 319
  • 3
  • 12
0
votes
1 answer

what's the event that a device connect to solace and subscribe to solace?

We wanna make a function that once a device connect and subscribe to solace,we will publish a topic to it.we want to know what's the event that a device connect to solace and subscribe to solace?which chapter we can refer to.Thanks
Jeffrey
  • 105
  • 3
  • 11
0
votes
1 answer

Sending a string using a protocol buffer message

How to send string as protocol buffer message? I want to do the following: Message message1 = "some string" ByteString data1 = (message1).toByteString(); System.out.println(String.format("Publishing [%s] on subject [%s]", message1,…
user3591433
  • 105
  • 1
  • 3
  • 11
0
votes
2 answers

Is there a way to integrate solace with spring batch

I'm looking to integrate solace with spring batch process/vise-versa where the spring itemwriter should be a solace topic/queue. Is there a way to do this? I have a few tips on spring with solace but those are independent messages. I' looking for…
sandesh
  • 43
  • 7
0
votes
1 answer

A lot of logging output about _solClient_context_registerForFdEvents

all When doing some bridge-type work with Solace, I notice a huge increase in the amount of log output like: Sdk _solClient_context_registerForFdEvents, fd 2436, events 2, callback 000000001001EC10, user data 0000000008B78960 for session…
0
votes
1 answer

How to connect by solClientjs?

I download solclientjs-7.1.1.3 demo from the website,and i wanna use the the sample connect to my own solace,but it doesn't work. The "readme" text file told that "To run the samples, you must configure a Solace appliance to accept connections from…
Jeffrey
  • 105
  • 3
  • 11