UltraESB is the best ESB in usability, performance and extensibility. As many organizations are now moving to protocol buffers to take advantage of its performance and multiple language support, it has been the right time that we introduced support for routing and mediating such messages based on protocol buffers.
In the first step, UltraESB has implemented two key features.
- The support to read a protocol buffers based message during mediation as a Java object, to make routing decisions, logging, auditing, persistence to a Database etc.
- The support to alter the message based on protocol buffers after any updates.
While it is possible to parse the message without the generated protocol Java type classes, it is also possible to provide the generated type classes and get hold of the exact type object so that the user can use the protocol buffer semantics to read/alter the message and set it to back to the message in the mediation.
Even if you parse a protocol buffers based message, yet do not alter it - no serialization overhead will be incured, as the UltraESB will detect that the message (although parsed) was not modified, and when proxying, directly use the original bytes stream that it received from its client to send out to the desired endpoint again. This enables the routing of parsed protocol buffer messages, based on protocol buffer content with the least possible overhead, in the same way as how the UltraESB achieves high performance for XML/SOAP, JSON, Hessian etc content based routing.
This is just the start of the protocol buffers support with the UltraESB. Automated protocol buffers conversion to / from other message formats will soon be available such as:
- XML/POX/SOAP to protocol buffers conversion and vice versa - enables the user to integrate new protocol buffers based services with legacy XML or SOAP services
- JSON to protocol buffers conversion and vice versa - enables the user to integrate protocol buffers based back-end services with JSON front ends easily
- HTML to protocols buffer conversion and vice versa - enables the user to efficiently transfer HTML using protocol buffers as the wire format.
0 comments:
Post a Comment