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

Solace Queue - Message should automatically redeliver on exception without reconnecting session

We are planning to use Solace Queue Management. One of the usecase is, After receiving message on consumer, if any exception while processing message, Message should be redeliver automatically. As of now, I am not sending ack to Queue so message…
4
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…
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
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
  • 172
  • 5
  • 15
3
votes
1 answer

Not able to send bulk messages to Solace MQ

In my application we are using Solace MQ and use HermesJMS tool to send messages to MQ in the local environment. When i try to send bulk messages to the MQ I get below mentioned Exception. I use Spring Integration code to consume message from the…
Prateek Shrivastava
  • 450
  • 2
  • 5
  • 17
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
  • 31,231
  • 29
  • 115
  • 197
2
votes
1 answer

ssl consumer configuration in REST delivery point

I am creating a consumer using soladmin. consumer is an ssl consumer and the operational state is down. I am getting an error saying "local ssl Handshake failed : Server certificate verification failed : not trusted common name" any have any ide in…
1
vote
1 answer

ActiveMQ Bridge Configuration for Solace

I have a requirement to create a bridge between a Queue in ActiveMQ and a Queue in Solace. When ever there is a message in ActiveMQ Queue it should automatically get transferred to SolaceQ. I'm struggling to find the steps for this configuration. I…
Shankar
  • 53
  • 4
1
vote
1 answer

View Messages on Queue

How can I view/browse the message on the queue programmatically? I don't want to consume the message. Below is the code I am using to send the message: @Autowired private JmsTemplate producerJmsTemplate; @Value("${.jms.host}") private String…
hello world
  • 171
  • 3
  • 13
1
vote
0 answers

why solace connection refused, and resumes after restart

I have a app will connect to solace using spring jms, and solace server maintain yesterday, after that my app always says Connecting to host 'orig=tcp://xxx, scheme=tcp://, host=xxx' (host 1 of 1, smfclient 190521, attempt 1 of 1, this_host_attempt:…
Gentle Chen
  • 53
  • 1
  • 9
1
vote
1 answer

Restricting / Protecting Topics with MQTT and Solace

I'm working toward an event-driven simulation infrastructure using Solace's PubSub+ for MQTT as a broker. I have a type of control message topic prefixed by control/. Is there anyway to protect/restrict publish access to this topic prefix (or…
1
vote
1 answer

Is there some way to run solace queue locally like with ActiveMQ?

Is there some way to run Solace queue locally like with ActiveMQ? Below is the explanation of what I mean: I've a microservice on Spring integretion that is consuming MQ messages, so for testing it locally I run activemq-all.jar, start my…
1
vote
1 answer

solace v2 semp java sample code dependencies?

I am trying to get this sample code to compile https://github.com/SolaceSamples/solace-samples-semp/tree/master/java I have done the gradle build command as instructed but the sample code still cannot find the com.solace.labs.sempclient dependencies…
Javadee
  • 139
  • 10
1
vote
1 answer

Solace multiple consumers for a queue not working

We have a java spring-dsl intergration program and running with 10 consumers configuration but out of 10 only 3 are working fine. For other I'm getting below errors: DefaultMessageListenerContainer : Setup of JMS message listener invoker failed…
Ulhas N
  • 316
  • 4
  • 17
1
vote
1 answer

Solace Appliance 3560 - Input Stream Vs RAM - Not Requested vs Synchronized

What is difference of Deliver from, Input Stream Vs RAM on Solace Appliance under Queue Client Flow Information ? What is difference between Status Update, Not Requested vs Synchronized on Solace Appliance under Queue Client Flow Information ?
Abhi Singh
  • 61
  • 1
  • 6
1
vote
1 answer

Disk rebuild speed low - Soalce Applinace

After executing show disk details , I am able to see the "Disk rebuild speed low "on solace appliance 3560. What is mean of "Disk rebuild speed low" in solace.
Abhi Singh
  • 61
  • 1
  • 6
1
2 3 4 5