Tag Archives: WebLogic

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

Posted in Uncategorized | Tagged , | 6 Comments

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

Posted in Uncategorized | Tagged , , , | 1 Comment

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

Posted in Uncategorized | Tagged , , | 11 Comments

How to disable on-demand deployment of WebLogic console application

This is just a quick one… I often find that just after installing WebLogic Server, I want to disable the on-demand deployment of the console application.  No good reason why, I just don’t like it.  Maybe because I tend to … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment