enterprise-integration
Apache Camel and Ruby
I\'m developing a solution that uses Ruby, St开发者_StackOverflow社区omp and ActiveMQ. As I wish to implement some message routing patterns (as in Enterprise Integration Patterns), I\'m wondering if t[详细]
2023-04-04 13:32 分类:问答Integration after a merger: Camel or XAware?
Following a merger of two companies, what would be the best tool for enterprise integration: - Camel or XAware?[详细]
2023-03-13 12:37 分类:问答What's the best way to implement a Request/Reply pattern if no temporary queues are available?
I have many instances of my client application. These clients send requests to a server application via messaging and receive a reply. Normally the reply would be sent using a temporary queue.[详细]
2023-02-08 03:43 分类:问答camel dynamic uri parameter
i want to implement the content enricher pattern with camel like this: from("direct:x").enrich(dynamicUri,new MyAggregatorStrategy()).to("dire开发者_StackOverflowct:y")[详细]
2023-02-07 05:11 分类:问答Communicating between PHP and Java using ActiveMQ/Stomp
Background I have two services that need to communicate with each other over a message queue. One is a legacy service written in PHP and the other is in Java. Sooner than later, the PHP service will[详细]
2023-01-03 18:53 分类:问答Swapping objects using pointers
I\'m trying to swap objects for a homework problem that uses void pointers to swap objects.The declaration of my function has to be:[详细]
2022-12-19 12:55 分类:问答