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

Does solace jms implement JMS 2.0 spec?

I am trying to use the asyn send feature availabe in Solace, but I intend to use JMS for abstraction and not use it directly using JCSMP. JMS 2.0 supports asyn send among other new features:…
4
votes
1 answer

Connection refused: Server unavailable in Solace broker even after increase the Connection Scaling Tier

I am using Solace PubSub+ Software Message Broker Standard Edition from AWS Marketplace and I have increase the connection scaling Tier to 1000 connections using the instructions here But I get "Connection refused: Server unavailable" when I tried…
Dylan Lau
  • 67
  • 2
4
votes
3 answers

Error Casting Spring's JndiObjectFactoryBean to ConnectionFactory for Solace-MQ JMS

I have a good working XML configuration for Camel Context that uses JNDI with Spring Later Solace.JndiObjectFactoryBean gets used as connectionFactory
user721025
  • 173
  • 3
  • 13
3
votes
3 answers

solace - guaranteed ordering with horizontal scalability

So on the non-exclusive queue we have ordered messages, (e.g. id 123 update event will be after id 123 create event). All good when we have one consumer only, but horizontal scalability is desired. By spawning another consumers, I understand that…
villager
  • 5,041
  • 11
  • 45
  • 101
3
votes
3 answers

Solace integration approach Apache Qpid JMS client(non-Solace JMS API) or Solace JMS API

I am trying to connect to a Solace queue as a java client(using spring jms) and found the following approaches Apache Qpid JMS client(non-Solace JMS API) Solace JMS API Which of the these 2 approaches are recommended and any…
user447049
  • 83
  • 4
3
votes
0 answers

Spark Structured Streaming with JMS source

How can we process data from JMS sources (like Solace) in spark structured streaming? Could see implementations with Dstreams but nothing using new structured streaming. Any pointers or tips spark structured streaming and JMS would be great?
spats
  • 687
  • 1
  • 7
  • 12
3
votes
0 answers

Spring JMS & Solace - Receive multiple messages per transacted session

How can I configure my Spring listener to receive multiple JMS messages per session from Solace? My current JMS configuration is as follows: @Bean public DefaultJmsListenerContainerFactory listenerContainerFactory(ConnectionFactory…
wild_nothing
  • 2,299
  • 28
  • 44
3
votes
1 answer

Solace Connectivity issue using Spring 4.x

we are trying to create Solace JMS connection through Spring 4.x but we are facing below issue while running main class. INFO | Connection attempt failed to host '192.168.56.101' ConnectException com.solacesystems.jcsmp.JCSMPTransportException:…
3
votes
1 answer

Solace session SendRequest() from multiple threads is blocking

I'm trying to send multiple concurrent requests using the same session instance, and it looks like the session sends them one by one instead of sending them in parallel. It awaits for a reply before sending the next message. using (var client = new…
e-master
  • 66
  • 5
3
votes
3 answers

503: Max Client Queue and Topic Endpoint Flow Exceeded

Sometimes I am getting the following error: 503: Max Client Queue and Topic Endpoint Flow Exceeded What I need to configure to prevent such issue?
NameAlex
  • 123
  • 1
  • 7
3
votes
1 answer

Not authorized to connect (5)

A machine has connected to solace, and I want another machine to connect, but it alerts the Exception as below: org.eclipse.paho.client.mqttv3.internal.ExceptionHelper.createMqttException(ExceptionHelper.java:28) …
Jeffrey
  • 105
  • 3
  • 11
3
votes
2 answers

Is there a Maven repository for Solace artifacts?

I'm trying to find out whether there is a Maven repository for Solace artifacts. From what I've checked, these are not available via Maven Central. We'd like to proxy these via our Nexus repository manager. If they aren't available, I suppose we'll…
carlspring
  • 27,224
  • 23
  • 101
  • 178
3
votes
1 answer

Solace QueueNotFound response code

I am trying to handle the QueueNotFound error in some SessionEventArgs when trying to send a Solace message. Here's how the SessionEventArgs look while debugging: SessionEventArgs info The response code comes back as 400 but I'm wary of that code…
nmit
  • 45
  • 5
2
votes
1 answer

Unable to connect to Solace

I am trying to connect Solace using my Java code properties.setProperty(JCSMPProperties.HOST, "XXXXXXXXXX:80"); properties.setProperty(JCSMPProperties.USERNAME, "USERNAME"); properties.setProperty(JCSMPProperties.PASSWORD, …
Aman Vaishya
  • 125
  • 11
2
votes
1 answer

Solace mqtt connection failure logs

May I know where can I find logs of failed connection attempts to Solace PubSub+ Software Message Broker? I have deployed the broker to AWS. Thanks.
Dylan Lau
  • 67
  • 2
1
2 3
22 23