Top "Messaging" questions

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

How would I create an asynchronous notification system using RESTful web services?

I have a Java application which I make available via RESTful web services. I want to create a mechanism so …

events rest messaging notifications message
Alternative to Application.DoEvents()

I am developing a messaging system based on webBrowser controls so that I can format the text however I please. …

c# winforms browser messaging doevents
Microservices: What are smart endpoints and dumb pipes?

I have read an article "Microservices" by Martin Fowler and find it difficult to understand smart endpoints and dumb pipes. …

architecture soa messaging distributed microservices
Sending complex object via JMS in Java

Is it possible to send complex messages via JMS? I can send TextMessages, Messages etc .. but when I try to …

java jms messaging
Implementing a Message Bus architecture

I'm currently doing analysis and design for a new message bus architecture in my company. I have tried MSMQ to …

.net architecture msmq messaging
RabbitMQ AMQP.BasicProperties.Builder values

In the RabbitMQ/AMQP Java client, you can create an AMQP.BasicProperties.Builder, and use it to build() an instance …

java rabbitmq messaging amqp
grpc and zeromq comparsion

I'd like to compare somehow capabilities of grpc vs. zeromq & its patterns: and I'd like to create some comparsion (…

zeromq messaging grpc
Multicasting, Messaging, ActiveMQ vs. MSMQ?

I'm working on a messaging/notification system for our products. Basic requirements are: Fire and forget Persistent set of messages, …

msmq messaging activemq
High Performance JMS Messaging

I read slides from this year's UberConf and one of the speakers is making the argument that Spring JMS adds …

java spring jms activemq messaging
Apache Camel vs Apache Kafka

As far as I know, Apache Kafka is asynchronous messaging platform, where as Apache Camel is a platform implementing the …

apache-kafka apache-camel jms messaging