On CHOW: Does drinking ice water burn calories?
22 Resources for

jms

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean BEA WebLogic JMS (1 results)

TechRepublic Resources

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...
Tags: JMS, BEA WebLogic Server, BEA WebLogic, BEA Systems Inc., BEA WebLogic JMS, Applet, Application Servers, Middleware, Enterprise Software, Software
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...
Tags: JMS, IBM WebSphere, SOA, Service-Oriented Architecture (SOA), Enterprise Service Bus, Middleware, Java, Application Servers, Enterprise Software, Web Services, Software, Programming Languages, Software Development, Software/Web Development
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...
Tags: JMS, Messaging, Java, Programming Languages, Software Development, Software/Web Development
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...
Tags: JMS, Web, IBM WebSphere, Web Service, Enterprise Service Bus, Middleware, Java, Enterprise Software, Software, Programming Languages, Software Development, Software/Web Development
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...
Tags: JMS, IBM WebSphere, Application Server, Server, IBM WebSphere MQ, IBM WebSphere Application Server, Service Integration Bu, WebSphere Application Server V6.0, Application Servers, Middleware, Enterprise Software, Software
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...
Tags: JMS, IBM WebSphere, Enterprise Service Bus, Middleware, Enterprise Software, Software
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...
Tags: JMS, IBM WebSphere, Message Broker, Java, Programming Languages, Software Development, Software/Web Development
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...
Tags: JMS, IBM WebSphere, IBM WebSphere Application Server, Application Servers, Middleware, Enterprise Software, Java, Software, Programming Languages, Software Development, Software/Web Development
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....
Tags: JMS, Microsoft BizTalk Server, Adapter, Server, Microsoft Corp., Option, Enterprise Software, Software
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...
Tags: varun.info.it@..., software, project management, networking, programming, servlet, JMS
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...
Tags: JMS, IBM WebSphere, Application Server, Server, IBM WebSphere Application Server, IBM CICS, Application Servers, Middleware, Enterprise Software, Java, Software, Programming Languages, Software Development, Software/Web Development
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,...
Tags: JMS, IBM WebSphere, IBM eServer, SuSE Linux Enterprise Server, IBM eServer zSeries, IBM WebSphere MQ, SuSE Linux, SuSE, IBM Corp., JMSPRIM, Open Source, Middleware, Servers, Enterprise Software, Java, Software, Hardware, Programming Languages, Software Development, Software/Web Development
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...
Tags: JMS, Web, HTTP, Transport, Web Service, SOA, Service-Oriented Architecture (SOA), Web Services, Middleware, Enterprise Software, Software
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
Tags: JMS, JMS Server, mabelhwa@..., servlet
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...
Tags: JMS, Directory Service, Novell eDirectory, Directory Services, Java, Enterprise Software, Software, Programming Languages, Software Development, Software/Web Development
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:...
Tags: JMS, Java Message Service Specification, Java, Programming Languages, Software Development, Software/Web Development
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...
Tags: JMS, Java, David Petersheim, Programming languages, Java Tips Newsletter, Application, Software Development, Software/Web 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?
Tags: Java, JMS, object-oriented programming, rshankar, Transitioning
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)...
Tags: Java, Jeff Hanson, JMS, Most MOM, object-oriented programming, queue, receiver
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...
Tags: Java, JMS, Mark W. Kaelin, object-oriented programming, UML
Discussion threads 2004-11-18

Featured White Paper

Watts and volt-amps: Powerful confusion

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)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
TechRepublic's E-mail Usage Policy
Numerous studies indicate that personal e-mail use at work is a leading cause of lost productivity. In addition, personal e-mail use can introduce vir ...
Buy Now

The Green Enterprise