esb
How does RabbitMQ compare to Mule
How does RabbitMQ compare to Mule, I am going to build an application using message oriented architecture and AMQP (RabbitMQ) provides everything i want, but i am perplexed with so many related techno[详细]
2023-01-07 17:20 分类:问答Which ESBs implement EAI patterns directly?
I know that service-mix do it by using camel. Which ot开发者_开发问答her ESBs uses the EAI patterns as documented by Gregor Hohpe and Bobby Woolf?I\'d be very surprised to find many commercial ESBs ex[详细]
2023-01-06 02:03 分类:问答web service reliablility with CXF - MQ
How can I achieve reliability of web service in CXF ? It is used in financial domain and involve开发者_C百科d in payment system, so requirement is that it must be 100% reliable and secure. for securi[详细]
2023-01-04 22:28 分类:问答How to access username principle in a cxf-se with ws-security?
I finally got the Ws-Security working with CXF-BC & CXF-SE combination.I\'m now trying to access the username from the soap header in the SE to check permission and ownership of the user calling a[详细]
2023-01-04 10:40 分类:问答Service bus Vs direct database access
What are the advantages of using an ESB instead of directly accessing a database (via Hibernate or JDBC). I know you can reuse the messages on the bus, but could you not just package up your database[详细]
2022-12-31 13:36 分类:问答Apache Camel ESB for C# and Java EDA
We are looking at integrating some of our coarse grained business Services using an Event Driven Architecture (EDA) and the server side of these Services (REST) are implemented in both Java and .NET ([详细]
2022-12-31 04:52 分类:问答NServiceBus setting time to be received
Can you set TTB开发者_如何学PythonR (Time To Be Received) on a message sent using NServiceBus?Absolutely - put the TimeToBeReceived attribute on the relevant message class. Here\'s an example setting[详细]
2022-12-30 10:41 分类:问答NServiceBus Specify BinarySerializer for certain message types but not for all
Does NServiceBus 2.0 allow for defining serializer for given message type? I want for all but one of m开发者_如何学Cy messaages to be serialized using XmlSerializer. The remaining one should be seri[详细]
2022-12-30 04:16 分类:问答NServiceBus with SQL Server Message Transport
Is there any 开发者_开发知识库way to use SQL Server as physical message transport instead of using built in MSMQ message transport with NServiceBus ?[详细]
2022-12-29 06:53 分类:问答How to get a handle on all this middleware?
My organization has recently been wrestling the question of whether we should be incorporating different middleware products / concepts into our applications.Products we are looking at are things like[详细]
2022-12-28 13:27 分类:问答