Sunil's Notes
My notes for things that i am learning about
Showing posts with label
activemq
.
Show all posts
Showing posts with label
activemq
.
Show all posts
›
In the How to either publish or consume message using STOMP in ActiveMQ entry i talked about how to use STOMP protocol for both publishing ...
How to either publish or consume message using STOMP in ActiveMQ
›
The ActiveMQ server supports Simple Text-oriented Messaging Protocol(STOMP) that we can use for communicating between client and server. I ...
4 comments:
How to use ActiveMQ in Jetty
›
I wanted to figure out how to use Apache ActiveMQ in a web application that is running in Jetty, Also i wanted to use the Maven Jetty Plugin...
1 comment:
Maven build file(pom.xml) for Spring Active MQ JMS application
›
In the Using amq namespace for building Spring JMS application for ActiveMQ entry i built a sample Spring Active MQ JMS application, this i...
Using amq namespace for building Spring JMS application for ActiveMQ
›
Using amq namespace makes developing Spring application for ActiveMQ very easy, i wanted to try that so i built this sample application , Th...
Embed ActiveMQ using Java Code
›
You can use embedded ActiveMQ which means you can create object of BrokerService and then use java code to configure it instead of regular a...
Using MessageAuthorizationPolicy in ActiveMQ
›
The ActiveMQ broker allows message level security, that means you can ask ActiveMQ to call your business logic before consuming every messag...
Using ActiveMQConnectionFactory for creating connection factory
›
When developing a messaging application for ActiveMQ, say for standalone client, normally we create a jndi.properties file like this in the ...
2 comments:
Request/reply messaging using TopicRequestor
›
In the Request/Reply messaging using QueueSender , i tried out the QueueRequestor approach for request/reply messaging, similarly i wanted...
1 comment:
Request/Reply messaging using QueueSender
›
I wanted to try out this Request/Reply messaging so i developed this simple MessagePublisher class, which sends a message to Queue using Que...
›
Home
View web version