-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJMS -Kafka-RabbitMq
More file actions
27 lines (22 loc) · 1.41 KB
/
JMS -Kafka-RabbitMq
File metadata and controls
27 lines (22 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
how do you communicate securely between the services ?
-- pre configures
-- ssl based authentication
-- serialization and deserialization.
===========================================================================================================================================================
rabbit mq annotations and its parallel consumers ?
===========================================================================================================================================================
If kafka has multiple partitions then can we scale multiple consumers to it and will it perform better ?
===========================================================================================================================================================
how do you implement kafkaListener?
===========================================================================================================================================================
RabbitMQ .
how it works ?
what are the components you know ?
have you integrated rabbitMq WIth JMS ? -- yes it is possible and can be done watching out the internal protocols and connections might change.
what is difference between kafka and RabbitMq ?
if rabbit-MQ is consumed and will you get any acknowledgement out of it ?
how was scalability handled?
-- concurrent consumers
-- multiple instances
-- Db optimisation
why did you migrate from RabbitMQ to Kafka ?