Did you mean
BEA WebLogic JMS (1 results)
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Weblogic Server 8.1: Using BEA WebLogic jms With Applets
- In WebLogic Server 8.1, you can run using the standard jar or the client jar. The standard jar, weblogic.jar, contains all of the software to run WebLogic Server and provides full functionality (both client and server). However, it is large in size (over 37 MB). While this is fine for...
- White papers
- Building a Powerful, Reliable SOA With jms and WebSphere ESB - Part 1: Combining WebSphere ESB V6.0.1 and jms
- The Java Message Service (JMS) standardizes reliable messaging on the J2EE platform. The recently released IBM WebSphere Enterprise Service Bus (ESB) product offers functionality that is at the core of any environment based on a Service-Oriented Architecture (SOA). This is the first of three papers that together will describe how...
- White papers 2006-02-22
- The Spring Series, Part 4: 1-2-3 Messaging With Spring jms - Spring jms Makes Enterprise Messaging a Walk in the Park
- Spring's JMS abstraction framework simplifies the use of JMS APIs and smoothly integrates with JMS providers such as IBM's WebSphere MQ 5.3. The package org.springframework.jms.core provides the core functionality for using JMS in Spring. Its template classes simplify the use of the JMS by handling the creation and release of...
- White papers 2005-10-04
- Building an Enterprise Service Bus Using WebSphere ESB, Part 3: Adding Web Services and Promoting Properties
- This papers scenario included a one-way message being sent to a back-end application via JMS, indicating that a package had been delivered to the customer. The paper mapped this into a "One-way" operation of a service (meaning the operation has a request, but no response), and the paper gave it...
- White papers 2006-01-24
- Securing Connections Between WebSphere Application Server and WebSphere MQ - Part 2: Secure the WebSphere MQ Link Using the Service Integration Bus
- The Java 2 Platform Enterprise Edition (J2EE) Specification, Version 1.3, required software vendors to include a Java Message Service (JMS) provider within their application server products. IBM WebSphere Application Server V5.0 provided this support through the WebSphere JMS provider, a reduced footprint version of IBM WebSphere MQ and IBM WebSphere...
- White papers 2006-01-18
- Building an Enterprise Service Bus Using WebSphere ESB, Part 2 - A jms Messaging Example
- Part 1 introduced key features that IBM WebSphere Enterprise Service Bus (ESB) provides for building an ESB, with a sample business context that one will use throughout this series, and explained the relationship between the SIBus feature of WebSphere Application Server and WebSphere ESB. Part 2 demonstrates how to connect...
- White papers 2006-12-06
- Connecting the jms Transport Nodes for WebSphere Message Broker v6 to Popular jms Providers
- Although the JMS infrastructures used in this paper is set-up from scratch it is easy to see how WebSphere Message Broker can be connected to an existing JMS implementation. Little work is needed to make the connection and it opens up a wide variety of new message processing capabilities. Although...
- White papers 2006-10-06
- WebSphere Application Server V6.1: jms Problem Determination
- This paper provides problem determination information for WebSphere Application Server V6.1 JMS application users. It discusses problem diagnosis for JMS applications using the default messaging provider and the WebSphere MQ provider. The paper also includes information for WebSphere Application Server V6.1 on distributed platforms and z/OS. It also takes to...
- White papers 2007-09-01
- Constructing a jms Adapter for Microsoft BizTalk Server Using JNBridgePro
- Microsoft BizTalk Server (BTS) can be integrated with various data sources and other applications through the use of adapters. Some adapters, such as the file adapter and the Web services adapter, ship with BTS. Others, particularly ones to integrate BTS with popular enterprise software, can be purchased from third-party vendors....
- White papers 2006-09-22
- Sending a jms message using servlets.
- Hi,I want to know if it is possible for sending messages to a JMS server directly through a servlet without making use of any java bean(MDB)?Since EJB is defined in the business tier, is it possible to bypass this tier so as to make a simplified version of a message...
- Discussion threads 2007-02-20
- Using jms and WebSphere Application Server to Interact With CICS Over the MQ/CICS Bridge
- This paper, and the associated code samples present an approach to invoking CICS transactions that are DPL-enabled (use COMMAREAS) using JMS running in a WebSphere Application Server. There may be other papers that have discussed this functionality, yet the approach shown here uses the RAD V6 tooling to significantly simplify...
- White papers 2005-11-01
- IBM WebSphere MQ V5.3 CSD 6 (31-Bit) on SUSE LINUX Enterprise Server V8.1 for IBM eServer zSeries
- The purpose of this paper is to study certain performance characteristics and the vertical, horizontal scalability of the 31-bit version of IBM WebSphere MQ for Linux on zSeries. The test was conducted using the MQ v5.3 CSD 6 (31-bit) on SUSE LINUX Enterprise Server v8.1 for IBM zSeries. In addition,...
- White papers 2005-11-01
- The Road to Enterprise-Class SOA: Using HTTP and jms for Web Services
- One early misconception in IT was that Web services were equal to a Service-Oriented Architecture (SOA.) The reality is that SOA is more. Though SOAP is an increasingly common format for messages, an SOA often requires many underlying transports. The selection of these underlying transports is one of the most...
- White papers 2005-11-01
- Using Servlet in jms
- Hi,I am trying to use a servlet to pass information from a form to the JMS server. HTML form -> Servlet -> JMS server to publish on queueAnyone has any idea on how to code on the servlet so that the JMS server could publish the information?Thanks
- Discussion threads 2007-02-12
- jms MQ Driver (exe)
- Identity Manager Driver 2 for Java Messaging Services (JMS) and WebSphere MQ. This driver works with Nsure Identity Manager 2 to provide interoperability between JMS-supported systems and Novell eDirectory. It uses extensible markup language (XML) to perform data and event transformation, converting eDirectory data and events into XML data and...
- Software downloads 2005-09-08
- Getting Started With Java Message Service (jms)
- The Java Message Service (JMS) makes it easy to develop enterprise applications that asynchronously send and receive business data and events. It defines a common enterprise messaging API that is designed to be easily and efficiently supported by a wide range of enterprise messaging products. JMS supports both messaging models:...
- White papers 2004-11-01
- Reduce application coupling with the Java Message System
- Did you know that too much coupling—which, in development terms, is a measure of how dependent two entities are upon each other—can make your enterprise software hard to manage? Learn how the Java Message Service (JMS) can help reduce dependencies between applications. Coupling, in the development...
- Technical articles 2005-08-09
- Transitioning into OOP: Use message-driven beans to listen to the Java Message Service
- New JMS APIsJMS has been updated with new APIs to create common abstractions for topics and queues. Wouldn't it be a better idea to use these?
- Discussion threads 2004-11-30
- Transitioning into OOP: Use message-driven beans to listen to the Java Message Service
- In a previousarticle, we explored the details of entity beans and how they are used toencapsulate data entities to be accessed by business objects. In this articlewe will look at message-driven beans and how they can be used to listen for JavaMessage Service (JMS) messages.Talk with your MOMMessage-oriented middleware (MOM)...
- Technical articles 2004-11-18
- Transitioning into OOP: Use message-driven beans to listen to the Java Message Service
- Is OOP an overblown fad?Object oriented programming was all the rage at one time, but has that promise really become a reality?[b]Are you using OOP in your application development? Why not? What’s wrong with OOP?[/b]Not a Fad but a Methodology.I am using OOP on a daily basis.It may have been...
- Discussion threads 2004-11-18
- << Previous
- page 1 of 2
- Next >>
Featured White Paper
Content Types
- Discussion threads (5 results)
- Software downloads (1 results)
- Technical articles (3 results)
- White papers (13 results)
Refining Tags
- Java (15 results)
- Software (12 results)
- Enterprise Software (11 results)
- Programming Languages (10 results)
- Software Development (10 results)
- Software/Web Development (10 results)
- Middleware (9 results)
- IBM WebSphere (8 results)
- Application Servers (5 results)
- Server (4 results)
- IBM WebSphere Application Server (3 results)
- object-oriented programming (3 results)
- Enterprise Service Bus (3 results)
- programming (3 results)


Harnessing the power of waves
Planting solar gardens
Fill your car for $1.10 a gallon?