Top "Messaging" questions

Messaging refers to the design pattern whereby discrete messages are used for communication between objects or processes.

Send Messages from Azure to Mobile phone number

I need to send messages(Not Push Notifications) using Microsoft Azure. I have an account and can you guide to …

azure mobile messaging mobile-phones
How to publish messages asynchronously to MSMQ in .NET Core?

There doesn't seem to be a client available, or maybe I'm just looking in the wrong namespace. How is this …

c# messaging msmq .net-core
Getting started with MQ on Java: Where to begin?

I'm trying to kludge some legacy connectivity into one of our newer applications, and this marks my first foray into …

java xml messaging mq
AMQP 0-9-1 vs 1-0

I am looking for a messaging service for a new project that will have to interface some C# applications with …

rabbitmq activemq messaging amqp
Shared Database vs. Messaging Architecture

I was down the pub with a friend of mine yesterday and we started discussing the architecture in use at …

architecture messaging shared-data
Private messaging in Django

I'm looking for a preexisting Django app providing user to user private messaging. I've seen django-pm and django-messages, neither of …

django messaging
Does RabbitMQ call the callback function for a consumer when it has some message for it?

Does RabbitMQ call the callback function for a consumer when it has some message for it, or does the consumer …

php messaging rabbitmq sharding
How to use Android App as a "Producing client" for Kafka?

Is it possible / does it make sense to use an Android app as a "Producing client" for Apache Kafka? Let's …

android apache-kafka messaging
Is ZeroMQ production ready?

What are your experiences with ZeroMQ as a general purpose messaging middleware? Did you run into any show-stopping bugs or …

messaging zeromq
RabbitMQ channel creation guidelines

I'm writing a simple class that my apps will use to send and receive messages using RabbitMQ. I've read as …

c# messaging rabbitmq