Tagged Questions
The integration-patterns tag has no wiki summary.
2
votes
1answer
223 views
Best Book to Study Integration Patterns
I recently finished a book and discussion group about Software Design Patterns.
We have now started to study Integration Patterns.
I am currently reading the free Microsoft Integration Patterns PDF. ...
1
vote
1answer
120 views
How can i use NServiceBus to do Competing Consumers
I went thought the document of nservicebus http://www.nservicebus.com/Documentation.aspx
, but still confuse how can i do what i want to do.
My aim is to have a windows service, generate tasks and ...
0
votes
3answers
1k views
How to “copy” a JMS message to 2 destinations?
I have a requirement that a single JMS message sent by a client must be delivered reliably (exactly-once) to two systems. These 2 systems are not HA-enabled, so the best suggestion that I came up with ...