Working With Queues
Friday, July 27, 2012
QueueSender or MessageProducer? Which one I should choose?
›
QueueSender or MessageProducer? Well the answer is: - MessageProducer. There is nothing new in QueueSender or TopicPublisher which ...
Friday, July 20, 2012
Converting CSV to XML With Camel Bindy
›
Converting CSV file to XML using Apache Camel. Why Apache Camel? Because Camel Rocks :). Camel has huge transformation libraries which m...
1 comment:
Friday, June 29, 2012
ActiveMQ Message Sequencing : Analysis Part I
›
Message Sequencing POC: In most of the corporate production environments, messages are not sent and received from the same broker. Mes...
Tuesday, June 19, 2012
Virtual Topic SelectorAware Consumers
›
Making a Consumer selectorAware comes with a lackuna. If selectorAware property is r’true’, by default, consumer queue will not pull t...
Tuesday, May 29, 2012
Making Virtual Topic Consumer “Selector Aware”
›
Making Virtual Topic Consumer “Selector Aware” <virtualDestinations> <virtualTopic name= " MF.PRICE.CHANGE.TP01" p...
Friday, May 18, 2012
ActiveMQ Virtual Topics or Virtual Destinations
›
Creating Virtual Topics Virtual Topics helps with following prospective: 1. Load Balancing of messages 2. Fast Failo...
Tuesday, May 15, 2012
CSV to XML transformation using Camel
›
Lots of Projects I know needs this transformation. CSV to XML, where you might be reading user uploaded CSV file or it can be Pipe delimit...
‹
›
Home
View web version