esbmagic.blogspot.com
Enterprise Service Bus (ESB) Magic: September 2012
http://esbmagic.blogspot.com/2012_09_01_archive.html
Enterprise Service Bus (ESB) Magic. Magic with the UltraESB! Friday, September 7, 2012. Posted by Asankha Perera. Subscribe to: Posts (Atom). REST services through the ESB. Awesome Inc. template. Powered by Blogger.
blog.adroitlogic.org
UltraESB: December 2011
http://blog.adroitlogic.org/2011_12_01_archive.html
The best ESB in Performance, Features and Ease of Use. Thursday, December 8, 2011. UltraESB v1.6.2 released! Announced today the release v1.6.2 of its free and open source Enterprise Service Bus, the UltraESB. The UltraESB is released under the OSI approved GNU Affero General Public License. As well as a zero-dollar non-GPL commercial license. Tuesday, December 6, 2011. UltraESB adds support for the routing and mediation based on Protocol Buffers. UltraESB adds support for the routing and mediatio. Are G...
blog.adroitlogic.org
UltraESB: October 2011
http://blog.adroitlogic.org/2011_10_01_archive.html
The best ESB in Performance, Features and Ease of Use. Monday, October 17, 2011. Past, Present and Future of .: UltraESB Documenation. AdroitLogic has released the first phase of the official documentation for the UltraESB. This documentation is a complete reference of the UltraESB product and the associated tools. Does your ESB vendor charge you for access to Premium Content? Well, all UltraESB documentation, including our premium Production Support guides are free! Tuesday, October 11, 2011.
blog.adroitlogic.org
UltraESB: November 2012
http://blog.adroitlogic.org/2012_11_01_archive.html
The best ESB in Performance, Features and Ease of Use. Tuesday, November 27, 2012. Screencast: Introducing the AdroitLogic AS2 Trading Gateway. Introducing the AdroitLogic AS2Gateway from the perspective of a new user registering on the service and configuring trading stations, trading partners to interchanging the business messages. Read the press release at PRWeb. Subscribe to: Posts (Atom). REST with the ESB. Screencast: Introducing the AdroitLogic AS2 Tradin.
blog.adroitlogic.org
UltraESB: UltraESB adds support for the routing and mediation based on Protocol Buffers
http://blog.adroitlogic.org/2011/12/ultraesb-adds-support-for-routing-and.html
The best ESB in Performance, Features and Ease of Use. Tuesday, December 6, 2011. UltraESB adds support for the routing and mediation based on Protocol Buffers. UltraESB adds support for the routing and mediatio. Are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. REST with the ESB. UltraESB v1.6.2 released! UltraESB adds support for the routing and mediatio. Awesome Inc. template. Powered by Blogger.
blog.adroitlogic.org
UltraESB: Past, Present and Future of ...: UltraESB Documenation
http://blog.adroitlogic.org/2011/10/past-present-and-future-of-ultraesb.html
The best ESB in Performance, Features and Ease of Use. Monday, October 17, 2011. Past, Present and Future of .: UltraESB Documenation. AdroitLogic has released the first phase of the official documentation for the UltraESB. This documentation is a complete reference of the UltraESB product and the associated tools. Does your ESB vendor charge you for access to Premium Content? Well, all UltraESB documentation, including our premium Production Support guides are free! REST with the ESB.
esbmagic.blogspot.com
Enterprise Service Bus (ESB) Magic: How to stop biting, when you cant chew more..
http://esbmagic.blogspot.com/2012/11/how-to-stop-biting-when-you-cant-chew.html
Enterprise Service Bus (ESB) Magic. Magic with the UltraESB! Monday, November 5, 2012. How to stop biting, when you cant chew more. This is a follow up to my earlier post ' Does Tomcat bite more than it can chew? And illustrates a pure Java program that utilizes Java NIO to stop accepting new messages when one is not able to handle the load, without any dependence on the TCP backlog etc. To handle incoming connections. Private void startListening() throws IOException {. Next, I would type a small word in...
esbmagic.blogspot.com
Enterprise Service Bus (ESB) Magic: November 2014
http://esbmagic.blogspot.com/2014_11_01_archive.html
Enterprise Service Bus (ESB) Magic. Magic with the UltraESB! Tuesday, November 11, 2014. AdroitLogic Recognized in DZone’s 2014 Guide to Enterprise Integration. We are very excited to be recognized as a featured vendor in DZone’s 2014 Guide to Enterprise Integration. A premium resource focused on enterprise integration and API management trends, strategies, and tools. The guide includes topic introductions, expert opinions, best practices, and solution comparisons. DZone provides expert research and lear...
esbmagic.blogspot.com
Enterprise Service Bus (ESB) Magic: November 2013
http://esbmagic.blogspot.com/2013_11_01_archive.html
Enterprise Service Bus (ESB) Magic. Magic with the UltraESB! Thursday, November 7, 2013. Nausea with Tomcat after biting too much? About an year back I wrote a post " Does Tomcat bite more than it can chew. About how Tomcat accepts more TCP connections that it can handle, and resets them later on. I also wrote a follow-up post " How to stop biting, when you cant chew more. And explained how the UltraESB. Does it using Apache HttpComponents NIO. After detailed investigations to reproduce the issue in our ...
esbmagic.blogspot.com
Enterprise Service Bus (ESB) Magic: Does Tomcat bite more than it can chew?
http://esbmagic.blogspot.com/2012/10/does-tomcat-bite-more-than-it-can-chew.html
Enterprise Service Bus (ESB) Magic. Magic with the UltraESB! Wednesday, October 31, 2012. Does Tomcat bite more than it can chew? This is an interesting blog post for me, since its about the root cause for an issue we saw with Tomcat back in May 2011. Which remained unresolved. Under high concurrency and load, Tomcat would reset (i.e. TCP level RST) client connections, without refusing to accept them - as one would expect. I posted this again to the Tomcat user list a few days back. After failing to loca...