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
3 answers

Not able to start MDB listner

I am getting below error while starting listener from console. 00000086 MDBListenerIm W WMSG0019E: Unable to start MDB Listener SolaceJMSMessage1**, JMSDestination testqueue : com.ibm.websphere.naming.CannotInstantiateObjectException:…
user2387280
  • 85
  • 2
  • 12
0
votes
1 answer

Not able to send message to Solace JMS Queue

I need to push message to Solace JMS queue Webpshere but I am getting below error during send message. I have also increase message listener size but not solved problem. Error: 503: Spool Over Quota. Message VPN limit exceeded Caused by:…
user2387280
  • 85
  • 2
  • 12
0
votes
2 answers

Solace JMS didn't run with parallel threads in Camel

In order to perform parallel processing of jms messages, I have configured the JmsComponent and connectionFactory as below. After reading some posts and the official tutorial, seems that the below configuration should work for ActiveMQ.…
Lewis Wong
  • 269
  • 1
  • 3
  • 17
0
votes
1 answer

Figuring out the Solace version from a JAR file

So I have a executable jar file. I need to figure out which Solace version did it use when it was built. I can decompile and get the class files but that does not help me figure out the Solace version in that jar. I also extracted the Manifets file…
sa_nyc
  • 971
  • 1
  • 13
  • 23
0
votes
2 answers

What does SAN means in the context of Solace MQ?

While exploring the Solace's MQ product, I came across the term SAN: "When receiving applications are disconnected or can’t keep up with the flow of messages, their backlog is pushed to a SAN". From:…
Yair Nevet
  • 12,725
  • 14
  • 66
  • 108
-1
votes
1 answer

Is there a Solace Direct Queue?

In the Solace Java API, I can create a persistent messaging queue using MessagingService.createPersistentMessageReceiverBuilder() The above takes a Queue.durableNonExclusiveQueue() or Queue.nonDurableNonExclusiveQueue(), with similar methods for an…
Woodsman
  • 901
  • 21
  • 61
-1
votes
1 answer

Can messages sent from Solace JCSMP be consumed in services written in other languages

What exactly is Solace JCSMP? Is it just a more suited JMS API for Solace? What kind of other benefits does it have? For example, I would need to create a Java application using SolaceMQ that needs to send/receive messages over to/from AMQP protocol…
Edmund Ham
  • 47
  • 1
  • 7
-1
votes
1 answer

Solace how to find Ingress and Egress mesage count

I am working on pipeline where JMS is sending messages to Solace queues and streaming job is consuming data from solace queues. Here i want to plot Ingress/Egress message count on graph. But there is huge difference between count. here are message…
-1
votes
1 answer

.Net core microservices Event brokers using Solace

I was trying to create a .net core project which will have multiple microservices and was trying to implement even brokers using solace for communicating between microservices. I do not see much references online for implementing it using solace in…
Jose
  • 33
  • 1
  • 5
-1
votes
1 answer

Solace Rest API usage or samples other than CURL Post sample in the documentation

I am trying to construct a map object with relevant parameters to send a message using POST URL via REST. Looks like the cURL command line tool with the parameters work perfectly fine in posting a message into Solace Persistent queue. However, when…
-1
votes
1 answer

Solace connectivity from VB 6.0

What are the options available to connect to solace from VB 6.0? Is it possible to establish this connectivity using AMQP 1.0 protocol?
Prasanna
  • 13
  • 3
-1
votes
2 answers

Solace Client JMS : Operation Not supported on Router: Router doesn't support transacted sessions

I am trying to listen to a Solace End Point using Sping Boot and when ran my app i am getting the Error: 2018-09-28 03:16:57.446 WARN 27305 --- [enerContainer-1] o.s.j.l.DefaultMessageListenerContainer : Setup of JMS message listener invoker…
Sateesh K
  • 1,071
  • 3
  • 19
  • 45
-1
votes
1 answer

Solace CLI Output documentation

Solace CLI is a powerful tool for getting state/status info on various parts of the appliance (fibre cable, network cable, power module, ADB, HBA, redundancy state, etc.) We have problems understanding some of the info shown in the CLI output. …
Koon Sang
  • 319
  • 3
  • 12
-1
votes
1 answer

Unable to Publish JMS message on Soace Topic

We are unable to publish JMS message on Solace topic.We are ale to create Solace topic on Solace client UI. But unable to send message on it. we are getting below error message. ****WARN | Setup of JMS message listener invoker failed for destination…
-1
votes
1 answer

Publishing JMS message on Solace Topic

I am facing issue while publishing JMS message on Solace server topic. Actually we are successfully able to send message using jmsTemplate.send() method. But unable to see the message count on solace client GUI. Below is my solace…
1 2 3
26
27