Showing posts with label JMS. Show all posts
Showing posts with label JMS. Show all posts

Wednesday, September 17, 2008

Expose and Invoke Mashups over JMS

My article on Exposing and Invoking mashups using SOAP/POX over JMS with the WSO2 Mashup Server has been published on the WSO2 developers portal for SOA. It talks about how you could invoke mashups running on a WSO2 Mashup server over JMS and also how you could send JMS messages using a Mashup running on the server. You would me amazed to see how easy it is. The article contains sample code which help you get going in minutes.

JMS plays an important part in most enterprises and this open the door for enterprise mashups using the Mashup Server.

Saturday, August 9, 2008

WSO2 Mashup Server 1.5.1 Released

Its been just more over two weeks since we did the 1.5 release of the Mashup Server. This release fixes a couple of bugs that were present in the 1.5 release and also adds a few features (little) that we though were important. The bug fixes include
  • E-mail host object fix
  • Auto-generated stubs of data services fix
A few of the features (little) we've included are
  • Fixes to JMS and SMTP transports (Tried and Tested)
  • Ability to try services over JMS and SMTP (via script injection)
  • Provide the ability to manage a users private key
  • Minor usability issues fixed
You can have a look at the full list of fixes here. This release adds value to the plenty of cool features we added to the 1.5 release. Download it and tryit out yourself as its available freely under the Apache License.

As Jonathan has mentined in his blog post I will be working on a article on how you could use the JMS and SMTP transports with the Mashup Server. You would be amazed on how easy it is to do so...