Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
42 views

i tried with copilot but still error Error: Failed to fetch data at fetchStrapiClient (rsc://React/Server/file:///home/ihsanu/projects/full_stack/Medusa/solace-medusa-starter/.next/server/chunks/ssr/%...
Ihsanu Rahman's user avatar
0 votes
1 answer
34 views

While using @JmsListener I'm using the concurrency field to set max active threads for specified listener. However, I'm getting more than number of connections configured. The listener is active with ...
Yogi's user avatar
  • 11
0 votes
1 answer
90 views

I want to publish a sale of a product. I just wanted to publish once to a topic like sale/124 where each number represents an id of a store. Then each queue connected to that store only had to ...
João Reis's user avatar
0 votes
0 answers
128 views

My Apache Beam application sends messages to a Solace queue. To send the message, I use the Apache Qpid JMS library and Java Messaging Service (JMS). However, when I launch my application, more than ...
Vincent Doba's user avatar
  • 5,168
0 votes
1 answer
62 views

How does one go about setting the priority to a given message while publishing to Solace via REST API? Is it an HTTP header? Metadata attribute?
fmagno's user avatar
  • 1,558
0 votes
1 answer
159 views

Is there a provision to send and receive message from a tibco queue to solace queue using apache camel? If yes please help how? can we create a route directly . i tried hybridedge but that is no ...
Aakanksha Wankhede's user avatar
0 votes
1 answer
86 views

Spring documentation highlights the ability for Spring Cloud Stream to automatically convert JSON to a POJO. https://docs.spring.io/spring-cloud-stream/docs/current/reference/html/spring-cloud-stream....
Dakotah North's user avatar
0 votes
1 answer
392 views

I am suffering an error when I tried to send/publish the messages with AMQP in my C# code. Below is the error: {error(condition:amqp:not-implemented,description:sasl-mechanisms(sasl-server-mechanisms:[...
PeiHua Li's user avatar
0 votes
1 answer
315 views

So here is the scenario. I have two processes trying to connect to a non-durable queue (implicitly exclusive). The first to connect successfully binds its flow to the queue, the second process fails,...
Mike Reed's user avatar
1 vote
2 answers
338 views

I want to unack message on failure and reprocess it after some time using solace-pubsubplus 1.6.0 python api.But I am not able to find such api in solace. Can any one help me to solve this issue? ...
user2223296's user avatar
4 votes
1 answer
266 views

In my previous question, the codebase I am working on uses Solace's JCSMP API to trigger a replay, and uses the Spring JMS Listener annotated method to consume the replayed events. I would like to ask,...
chunkynuggy's user avatar
0 votes
2 answers
358 views

Processor function consumes and publishes messages to solace in batch. Method signature is as below. It publishes each message in the batch as individual messages. TPS observed is around 150. Function&...
Tilak's user avatar
  • 383
1 vote
1 answer
829 views

I have a queue with multiple topics subscribed to it. I published multiple messages to various topics and I want to read all those messages by making only one call. How to achieve this using solace ...
Bharat Kumar Kotrike's user avatar
1 vote
1 answer
680 views

I wrote 25 csv files (each with about 1000+ entries) to solace. When I start replaying all the messages available in queue and publishing the messages, after a while, I get an error like this: Client-...
pebble unit's user avatar
  • 1,431
0 votes
3 answers
224 views

I want to use solace-pubsubplus python api.So I am trying to install solace-pubsubplus in ubuntu:20:04 but I am getting following error: ERROR: Could not find a version that satisfies the requirement ...
Dipak Jadhav's user avatar
1 vote
1 answer
283 views

I am connecting to a JMS solace queue with Spring Boot 2.7.7 with a com.solace.spring.boot:solace-spring-boot-starter. The property setting up the host is: solace: jms: host: smfs://host:port ...
inquirymind's user avatar
0 votes
1 answer
180 views

Any reason why it contains .errors at the end of the topic name in @ServiceActivator as given in the below code snippet. The documentation can be found in https://codelabs.solace.dev/codelabs/spring-...
Dumindu's user avatar
2 votes
1 answer
612 views

Simple function like below can be consume and produce message. @Bean public Function<String, String> toUpperCase() { return s -> s.toUpperCase(); } Is there any option in spring cloud ...
Tilak's user avatar
  • 383
1 vote
0 answers
443 views

I have been given a factory to connect to a Solace queue. I am using this dependency, within a spring-boot 2.7.7 application : <dependency> <groupId>com.solace.spring.boot</groupId&...
inquirymind's user avatar
1 vote
0 answers
503 views

I am trying to create a list of listeners on a list of a queue using JMS and Spring Boot. In my test I am running a Solace Docker container with test container and I publish a message in one of the ...
elpazio's user avatar
  • 715
0 votes
3 answers
923 views

I'd like to use regular AMQP or JMS clients to connect to a Solace message broker but don't know enough about these protocols to know if they are compatible. From what I can tell Solace implements ...
poolfroof's user avatar
0 votes
1 answer
455 views

I'm starting a new project with Solace as the load balancer. As I follow the guideline on the official doc to build a service that can send requests to Solace, I encounter a weird issue where my ...
Lê Quang Bảo's user avatar
0 votes
1 answer
260 views

I'm trying to get Solace (a queuing system) to create a session, then send a message on that session. Instead, it listens to my session creation, receives all the event handlers (I registered all of ...
Woodsman's user avatar
  • 1,199
0 votes
1 answer
1k views

Summary: I have created a small Spring Boot application which should consume messages from a Solace instance. In Solace the publisher has maintained a queue which is subscribed to different topics. I, ...
MrDeloru's user avatar
0 votes
1 answer
164 views

Is there any way I can bridge messages sent to a topic on ActiveMQ 5.14.3 to a topic on Solace 10.0.1.41? I checked ActiveMQ documentation and it supports JMS as does Solace. However, I have no idea ...
appletabo's user avatar
  • 267

1
2 3 4 5
9