"Message queue" is a design pattern or software engineering component that defines discipline or API for communication between two or more interrelated processes or systems.
I have 2 services. Both of them need subscribe to the same channel. The 2 services are load balanced. Each service runs …
redis message-queue publish-subscribeI am trying out RabbitMQ with this python binding. One thing I noticed is that if I kill a consumer …
python message-queue rabbitmq amqpWe are facing a choice to use IBM MQ over SFTP for file transfer. I've heard advantages of such approach, …
ftp message-queue file-transfer ibm-mqI have read a few discussions and forums but still fail to understand which one is better rabbitmq vs activemq. …
java spring-mvc message-queue spring-jms spring-amqpI am sending a message to a pretty standard message queue that I have created on my machine running Windows …
msmq message-queueI'm currently working on a project where I need to interface with an IBM system which communicates with the outside …
jms message-queue ibm-mqI am working on a message queue used to communication among process on embedded Linux. I am wondering why I'm …
c linux message-queue sysv-ipcAt work, we're building a distributed application (possibly across several machines on a LAN, possibly later across several continents on …
logging networking message-queue syslogI have made the changes in server.properties file in Kafka 0.8.1.1 i.e. added log.cleaner.enable=true and also …
message-queue apache-kafka retention stream-compactionI am building a project from scratch using event-sourcing with Java and Cassandra. My apps we be based on microservices …
asynchronous message-queue event-sourcing