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

Consuming form Solace queue without using latch or thread

I've been searching for quite a while to find a way to do this. So far, all of the solace samples of queue consuming uses either a latch or some sort of thread;…
chey
  • 21
  • 2
0
votes
1 answer

Control ACL for publish topics on the fly

Besides Managed Subscription, is it possible to dynamically grant access to what topics a client can publish by a custom program, similar to how an OBO Subscription Manager works? Thank you.
Koon Sang
  • 319
  • 3
  • 12
0
votes
1 answer

Send messages between two VPN's in same solace Router

I have two durable queues in two different VPN's , but both VPN's on same appliance. Client connects to VPN1 and post messages on durable queue. I want to send same messages to durable queue on VPN2. so the receiving client can consume the same…
0
votes
1 answer

Kerberos authentication for solace queue

Hi I am trying to make a secure connection to a solace queue using Kerberos. I have developed a client side application using Solace JMS APIs. As far as I know we need to implement following steps for secure connection: 1) Add a keytab to Solace…
0
votes
1 answer

How to retrieve all the messages present in the solace queue

I want to know how do I retrieve the messages already present on the Solace Queue. I am able to send and receive the messages I created from my machine but can't receive any messages that are already present in the queue. I want to retrieve the…
0
votes
1 answer

Solace VMR Installation through Command Line using virtual-install

I am trying to install solacevmr on centOS 7 through command line. The solace docs give a guide to install solaceVMR through GUI only - Guide The command I am using is: virt-install --name solacekvm --ram 4096 --cpu host --arch x86_64 --vcpu 2…
bbatra
  • 1
  • 1
0
votes
1 answer

Solace router bridge between two independently managed routers

I trying to create a bridge between one Solace router (partner organization) to another Solace router bridge (my organization). Preference is through Solace router configuration instead of application based bridge, and it make sense since routers…
Integration
  • 111
  • 7
0
votes
2 answers

Solace LDAP Groups

Is there a limit on number of LDAP groups that can be added to a solace LDAP profile. We are not able to add more than 100 groups as of now. Request SEMP:
himanshu_mps
  • 170
  • 12
0
votes
1 answer

Custom WCF Binding for Solace/JMS

I'm going to use WCF over Solace messaging platform. AFAIK Solace is JMS-compatible, so JMS binding would also meet my purposes. I found JNBridge, but it's not free. So I'd like to know if there are any other solutions. As a minimum I need to…
stop-cran
  • 4,229
  • 2
  • 30
  • 47
0
votes
1 answer

Solace semp-rpc-soltr-jaxb-bindings.xsd file

I am looking for the semp-rpc-soltr-jaxb-bindings.xsd file which should be used while generating the java object for SEMP request. The solace version used is 7.2.1. xjc -p SolaceSempRequest semp-rpc-soltr.xsd -b semp-rpc-soltr-jaxb-bindings.xsd
himanshu_mps
  • 170
  • 12
0
votes
1 answer

Do multiple resource adapters of different Message providers in Jboss EAP 6.4 share the default bean-instance-pool?

We are using JBoss EAP6.4. In our project we are using two MOMs: 1) Websphere MQ 2) Solace MQ This is how the resource adapters of two above MOMs our defined in our standalone.xml
Aakash Saxena
  • 113
  • 1
  • 7
0
votes
1 answer

Resource Adapter Binding Solace, WMQ, JBOSS EAP 6.4

I am trying to connect to WMQ and Solace messaging framework to consume messages from both I have multiple listeners for WMQ but while trying to associate/bind another listener to solace adapter, application does not start As only last listener is…
0
votes
2 answers

Apache Camel Transaction: Transacted sessions are not supported with direct transport

I'm using Camel to download messages from Solace queue and having hard time in understanding the transaction management. Flow is like this, message is downloaded from a Solace queue and is then pushed to one of many Solace queues (called staging)…
Tech Sawy
  • 91
  • 7
0
votes
1 answer

Solace VPN and username keys for REST Request

I am testing REST based request. Here is the snippet from the node http request sample. var requestTxt = 'test'; var headers = { 'Content-Type': 'text/plain', 'Content-Length': requestTxt.length, 'Solace-Reply-Wait-Time-In-ms': 30000 } …
0
votes
1 answer

How unique is the message ID generated by Solace System's applience?

How unique is the value returned by com.solacesystems.jcsmp.XMLMessage#getMessageId() received by queue subscriber (via flow)? The official JavaDoc says: Guaranteed messages delivered from the appliance have a appliance-assigned message ID. But…
Nick Mazurkin
  • 731
  • 5
  • 7