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

How to Send Message To Solace MQ From ASP.Net Web Application

I am new to Solace MQ. My Question is, How I can send request to Solace MQ from asp.net web application. What are the steps I need to performe to achieve this. I have gone through the solace MQ Dev community and developer guide but it's not too…
0
votes
1 answer

WAS hosted WCF service activation

Is there any way to have WCF service (hosted by WAS) activated by incoming message from the Solace queue? I know that WAS is able to do this for MSMQ bindings.
dimaKudr
  • 410
  • 3
  • 12
0
votes
1 answer

solace messaging - not able to connect to solace appliance via nodejs

I was trying to connect to solace appliance installed in our organization from nodejs. I took the same code as given in solace web messaging demo. As given in the example below are the session properties: my_web_server_url =…
Valay
  • 1,991
  • 2
  • 43
  • 98
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

Invocation of init method failed: com.solacesystems.jcsmp.JCSMPChannelProperties.getConnectRetriesPerHost()

So I have this bean file which is being called in a java file. For the love of god I cannot figure out why I have this error. I tried doing my research on the internet or read about JCSMPChannelProperties (which I didn't find). Tried changing the…
sa_nyc
  • 971
  • 1
  • 13
  • 23
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

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

Python Library to Connect to Solace Queue

I want to send json objects to Solace queue using python. Is there any library in Python to work with Solace queue. If yes, Please let me know the library and how to work with it. Thank you. -Praveen
pr320235
  • 3
  • 2
-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
1 answer

is it possible to integration solace with vertx?

for our project to be successfully migrated to vertx, we need to integrate with Solace, is it possible? can any one point me to examples?
Kishore Tulsiani
  • 1,106
  • 13
  • 29
-1
votes
1 answer

Solace messaging mock connection object - how

I am using scala unit test(maven) with solace messaging. Use cases are publish message and consume message. Question : Is there any standalone way(runs with maven life cycle from different environments like DEV, QA etc.. ) to mock solace connection…
Ram Ghadiyaram
  • 28,239
  • 13
  • 95
  • 121
-1
votes
1 answer

Is it possible to route message based on header to particular Queue in Solace Message Router

Is it possible to route message based on header to particular Queue in Solace Message Router ? Please give brief details.
Abhi Singh
  • 61
  • 1
  • 6
-2
votes
2 answers

Need a sample Request(Java)-Reply(C++) example in solace.

import com.solacesystems.jcsmp.BytesXMLMessage; import com.solacesystems.jcsmp.JCSMPException; import com.solacesystems.jcsmp.JCSMPFactory; import com.solacesystems.jcsmp.JCSMPProperties; import…
Ankit Saha
  • 19
  • 4
1 2 3 4
5