Skip to main content
Filter by
Sorted by
Tagged with
146 votes
4 answers
87k views

All of the examples of Kafka | producers show the ProducerRecord's key/value pair as not only being the same type (all examples show <String,String>), but the same value. For example: producer....
smeeb's user avatar
  • 29.8k
49 votes
5 answers
32k views

I am using Spring Websocket with STOMP, Simple Message Broker. In my @Controller I use method-level @SubscribeMapping, which should subscribe the client to a topic so that the client would receive the ...
Mert Mertce's user avatar
  • 1,634
33 votes
3 answers
40k views

I want develop a project in microservice structure. I have to use php/laravel and nodejs/nestjs What is the best connection method between my microservices. I read about RabbitMQ and NATS messaging ...
Mohammad Honarvar's user avatar
16 votes
2 answers
3k views

I have created a client of type MqttClient and as shown below in the code, I create a client and se its Asynchronous callback. The problem is, 1-when I run the programm, the System.out.println("...
rmaik's user avatar
  • 1,086
14 votes
5 answers
20k views

I am a developer at my office where SOA development is at its peaks. We use IBM MQ, IBM Message Broker and Java/J2EE Technologies. I have been currently put into project where Message Broker is used ...
Richie's user avatar
  • 9,296
12 votes
3 answers
31k views

I've built this sample: Getting Started With RabbitMQ in .net, but made 2 programs: one-publisher one-subscriber I'm using BasicPublish to publish and BasicAck to listen as in example. If I run one ...
0x49D1's user avatar
  • 8,724
12 votes
1 answer
7k views

What's the difference between Apache ActiveMQ and Apache ActiveMQ Apollo? Apollo documents says:"ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker built from the ...
Sam's user avatar
  • 6,958
10 votes
1 answer
63k views

I followed a simple example of setting up and running embedded ActiveMQ with Spring Boot (version 1.4.X). Here's link to the example https://spring.io/guides/gs/messaging-jms/ My class is structured ...
Aliyu Fonyuy's user avatar
9 votes
1 answer
2k views

We have an ActiveMQ broker that's connected to from very different clients using JMS, AMQP, and MQTT. For some reason we haven't figured out yet a specific set of MQTT clients often (not always) ...
sbi's user avatar
  • 225k
8 votes
0 answers
362 views

I am a bit tired of seeing 'connected to server undefined' in the Chrome dev console. How do I give my server a name? @Configuration @EnableWebSocketMessageBroker public class WebsocketConfig extends ...
PiratePowWow's user avatar
7 votes
2 answers
4k views

I don't see the difference between the Inbox pattern and the Outbox pattern. the Inbox pattern saves messages in a database. The Outbox pattern too, so what is the difference?
Aleksander Chelpski's user avatar
6 votes
1 answer
2k views

I'd like to know best practices for consuming messages. I've read MassTransit docs and I've searching about this but I don't get to come to any conclusion. I have one api (hosting a bus instance) ...
Jose Alonso Monge's user avatar
6 votes
2 answers
4k views

According to my experience in working with message brokers, RabbitMq has a better performance under heavy loads. However, for the sake of simplicity, it is better to use AtiveMQ in the browser. I want ...
user avatar
5 votes
4 answers
9k views

It happened after restart of a node in cluster. It complains about incompatible_feature_flags and stops. The doc says that once a feature flag enabled it is impossible to disable. The only other ...
Ali Ebrahimi's user avatar
5 votes
1 answer
7k views

I'd like to use redis pub/sub in PHP, but I'm afraid PHP can't be the only tool: a subscriber need to be always callable, since php isn't built for running as a daemon, I can't trust it to reliably be ...
Bruno's user avatar
  • 1,138
5 votes
3 answers
5k views

Like the title says. Is there a way to use gRPC in combination with some kind of message broker/ Queue with .NET? It does not have to be RabbitMQ. I am open to use alternatives. \ I want to send ...
Clumpsypenguin's user avatar
4 votes
2 answers
21k views

I've installed WebSphere MQ 7.1 on Linux platform, after which I installed WebSphere Message Broker 8.0.0.1. Now when I try to create an execution group, I get an exception: Reason code 2035. This ...
Tanu's user avatar
  • 379
4 votes
1 answer
4k views

I am going through the documentation of AMQP given by Rabbitmq official site. It says that Queue Durability Durable queues are persisted to disk and thus survive broker restarts. Queues that are ...
Mangu Singh Rajpurohit's user avatar
4 votes
1 answer
3k views

I'm working on an application that needs to respond to events from a third-party WebHook. I chose Azure Event Grid as my chosen event broker, Angular for the frontend and Asp.Net Core for the backend. ...
Feres Gaaloul's user avatar
4 votes
1 answer
2k views

I've been recently working on with the WSO2 Message Broker (Ver : 3.1.0 ) in order to publish and consume messages using JMeter as the jms client. So I've got my publisher Java program where I'm ...
Kulasangar's user avatar
  • 9,532
4 votes
2 answers
6k views

I am trying to do group tasks and wait until all the group subtasks finished then run the last task. But when I call task it calls group and last tasks but the last task finished before group finish. ...
Zorig's user avatar
  • 605
4 votes
1 answer
4k views

I'm trying to define the integration architecture roadmap for my company and I'm looking for some guidance on my approach. Most (90-95%) of our applications are based on .NET with Microsoft SQL ...
KrishHari's user avatar
  • 449
4 votes
1 answer
3k views

I am developing a simple message flow which uses Log4j to log the status at various stages. But when I am trying to run this flow I am getting the following error. I have use Log4jNode in the message ...
user avatar
4 votes
1 answer
2k views

I am using Apache Kafka 0.8.2.1 to stream web events to other datasources. The Kafka Producer I wrote is working great and I'm able to see the data getting streaming through my topic when I run kafka-...
Kevin Quon's user avatar
4 votes
0 answers
986 views

I have a bunch of services that are integrated via Apache Kafka, and each of the services has their consumers and producers, but im facing slowing consuming rate like there's something slowing the ...
Gabriel Guedes's user avatar

1
2 3 4 5
14