Thank you visitors!
- 521,438 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please come again!
Tags
.Net 11g Active Directory ADF array BPEL BPM C# cluster Continuous Integration customization database E-Business Suite Hudson Human Task iPhone JDeveloper JMS JVM Mac OS X Maven MDS memory OAM OPA OSB PeopleSoft Performance Process purge SOA Spaces SSO Subversion task flow Testing Tricks UCM WCI WebCenter WebLogic Web Service WLST Worklist WS-SecuritySubscribe
Blogroll
- Antony Reynolds
- Arun Pareek
- Chris Muir
- Dave Shaffer
- Deepak Arora
- Eidleman, Johnson et al
- Gary Niu
- George Maggessy
- Jacco H. Landlust
- Jack Desai
- Jan Kettenis
- Mike Somekh
- Official Oracle BPM Blog
- Paul Done
- Peter Moskovits
- Pieter Malan
- Practical BPM
- Rubicon Red
- Shay Shmeltzer
- Steve Button
- Tim Middleton
- WordPress.com
Top Posts
- A simple JMS client for WebLogic 11g
- What BPM adds to SOA Suite
- Choosing BPMN or BPEL to model your processes
- Worklist
- Configuring Maven to run your Java application
- Increasing swap size on Solaris (using ZFS)
- Using Java/Spring components in SOA/BPM 11g
- Installing WebLogic Server on Mac OS X
- Continuous Integration
- Building an interactive Organisation Chart using the ADF Hierarchy Viewer component
Copyright 2009-2013 Mark Nelson, Tanya Williams and other contributors. All Rights Reserved. The views expressed in this blog are our own and do not necessarily reflect the views of Oracle Corporation. All content is provided on an 'as is' basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the appropriateness of using or redistributing and assume any risks.
The header image is a photograph of a house in China, taken by one of my favourite photographers, Roland Slee. Used with permission. Copyright Roland Slee.
About Advertising
WordPress does not allow blog owners to advertise on blogs hosted on wordpress.com, however they do sometimes inject their own advertisments into some pages for some users in order to produce revenue to support the great service they provide to us at no charge. WordPress provide blog owners with the ability to opt-out of this advertising for a small yearly fee. We prefer not to have advertisements displayed to readers of our blog and have opted out for your viewing pleasure.Our other publications
Building a Custom BPM Worklist, Oracle InSync 2011 User Group presentation
Performance Tuning for Oracle Business Process Management Suite 10g, Oracle Whitepaper, July 2011
Performance Tuning for Oracle Business Process Management Suite 11g, Oracle Whitepaper, February 2013
Oracle BPM Suite 11g: Advanced BPMN Topics, Packt Publishing, September 2012
Tag Archives: JMS
Improving JMS Performance on WebLogic
WebLogic Server includes a feature called the ‘JMS Wrapper’ that you can take advantage of to dramatically improve the performance of JMS applications running on WebLogic Server. Note that this is not for remote JMS clients, this is for JMS … Continue reading
Simple JMS client in Scala
In a small departure from our normal Java oriented examples, this post shows how to send a JMS message from Scala. It is basically a port of the simple JMS client found in this post. This example is written to run … Continue reading
An updated simple WebLogic JMS client in .Net (C#)
In previous posts, we presented a simple WebLogic JMS client in Java here, and an updated one here. We also presented a simple C# JMS program here. In this post, we present a more or less equivalent C#/.Net implementation of … Continue reading
An updated simple WebLogic JMS client
A little while ago, we posted a simple JMS client for WebLogic here. That post demonstrated how to create a simple JMS client program that could send messages to a WebLogic JMS queue. It also showed how to set up … Continue reading
Using JMS in .Net Applications
I was asked recently what we could do about allowing .Net applications to participate in pub/sub environments alongside Java applications. It turns out that WebLogic Server, since 10.3, has a built-in .Net JMS client, which allows us to easily write … Continue reading
A simple JMS client for WebLogic 11g
UPDATE: An update to this simple client is posted here. Quite often I find that I want to be able to send some JMS messages programmatically, so I decided to write a simple, reusable Java class to help with this … Continue reading
