Questions tagged [solace-mq]

MQ-style messaging uses queues to make sure messages are always delivered, once and only once, in the same order they were sent.

MQ-style messaging uses queues to make sure messages are always delivered, once and only once, in the same order they were sent.

It’s used for things like order processing, risk management, inventory updates and money transfers.When a message is sent via a conventional software-based MQ messaging product , the software must send every single message to and through an external hard drive or solid state storage device as part of the message deliver process before it can be delivered to its destination.

75 questions
1
vote
1 answer

Solace Appliance 3530/3560

As I know solace use modified Linux , Is there anyway we can find the Linux version of Solace Appliance. Show version displayed the Solace appliance TR-version but wanted to know the which veriosn/flavor of Linux is used for solace appliance.
Abhi Singh
  • 61
  • 1
  • 6
1
vote
1 answer

Solace Interface - Rx Bad Frames

What is mean of Rx Bad Frames & Rx Oversize Frames ? Rx Bad Frames & Rx Oversize Frames count is showing 2, in Solace Appliance after executing Show Interface X/X/X Details commend. PFB, Output of Show Interface X/X/X Details. …
Abhi Singh
  • 61
  • 1
  • 6
1
vote
1 answer

Wanted to Get The Corresponding Message Details Against Message ID

As we know we can not read the message in Solace Appliance, However we can see the message ID in Solace Appliance. So I Wanted to Get The Corresponding Message Details Against Message ID. How to get the details for same.
Abhi Singh
  • 61
  • 1
  • 6
1
vote
1 answer

Spool Over Quota. Queue or Topic endpoint limit exceeded - Solace 3560 Message Router Appliance

I am getting the following error while trying to publish a message on Solace Box: Spool Over Quota. Queue or Topic endpoint limit exceeded Note : I have checked all 3 level of Quota (Endpoint/MessageVPN/Appliance) but everything is under assigned…
Abhi Singh
  • 61
  • 1
  • 6
1
vote
2 answers

Publishing a large text using Solace .NET publisher to a queue

I am trying to publish a large text message to a Solace queue using Solace .NET APIs. And I have subscribed to that queue in a different JAVA application. It works absolutely fine when the message size is small. But if the message is large,…
Dixit Gokhale
  • 601
  • 1
  • 12
  • 32
1
vote
2 answers

Solace Request-Response issues while using across platforms ( C# and JAVA )

I am attempting to implement Request-Response in Solace. However RR-Requestor is written in C# whereas the code for the RR-Responder is written in JAVA. I’ve 2 issues: After the message is successfully sent by the Solace C# API, it is received by…
Dixit Gokhale
  • 601
  • 1
  • 12
  • 32
1
vote
1 answer

Does WSO2 CEP support the Solace Messaging System Integration?

I am trying to implement the Solace messaging system integration with WS02 CEP. Is there any direct connectivity integration existing? Or can I use the separate layer(Active MQ) to integrate these two? If possible any document can you please share…
Sree Ram
  • 21
  • 2
1
vote
1 answer

JCSMP Solace Connection

I am working on creating a Solace Connection. I am using JCSMP package within Solace for that import com.solacesystems.jcsmp.JCSMPException; import com.solacesystems.jcsmp.JCSMPFactory; import com.solacesystems.jcsmp.JCSMPProperties; import…
sa_nyc
  • 971
  • 1
  • 13
  • 23
0
votes
0 answers

Implementation of sequencer, that can check the message version sequence

I am using Solace queue and reading messages from the queue. The messages in the queue having versions because I am working in multithreaded env. and with multiple instances, so it is quite possible that application would read the messages without…
0
votes
0 answers

login directory missing inside Solace pubsubplus pod

I installed solacepubsubplus in my Kubernetes cluster using helm chart provided by Solace, and my solace pod came into running state as well. It has a service with multiple nodeports, out of which I used the nodeport targetting the login page port…
ayaan604
  • 1
  • 1
0
votes
0 answers

Solace bridge Inbound subscription not working

I'm running two software broker, A and B, in docker, and tried to setup bidirectional bridge between them. The first (subscribing B topics from A) seems to work as expected, but subscribing A's topics from B, the bridge status is always down. These…
waynetan413
  • 350
  • 1
  • 2
  • 10
0
votes
0 answers

how to disable springboot solace jms consumer

I am using soalce consumer with Spring boot autoconfig. Using below configurations. solace.jms.msgVpn=**** solace.jms.clientUsername=**** solace.jms.clientPassword=**** solace.jms.clientName=**** But I would like to disable consumer in some…
Madhuprathap
  • 209
  • 1
  • 3
  • 15
0
votes
0 answers

Failed to consume a message from destination Queue - Solace

I am using Spring cloud stream 2021.0.2 to consume messages from solace queue, when some messages are sent , I can see the message gets spooled continuously in the queue but It is not coming inside the application and processed because of the below…
Kaliappan
  • 642
  • 9
  • 24
0
votes
0 answers

How to get queue depth (no. of message count in the solace JMS Queue) in Java

I have one requirement to get the no.of messages count in the solace JMS Queue i.e depth of the queue. I tried checking solace api to find if there any existing methods are available to achieve this but could not. Could you Please help on this.
0
votes
0 answers

Can OAuth authorization be used while using amqp10 package for amqp protocol to connect solace broker in nodejs application

In my nodejs based application I am trying to connect solace broker using amqps protocol and package I am using is **amqp10 ** however I am unable to connect it. As per the doc I am creating the uri as…
anikpra
  • 1
  • 1