JMS/JBoss - The Core Administrator Guide
By Remigio ChirinoWhat's in this Guide?
This guide is targeted at JBossMQ administrators but it should alsobe usefull for any user that runs a JBossMQ server. It will provide a detailed overview of the server components as well as cover basic and advanced administation topics.
Table of Contents
Server Components
JBossMQ is composed of several components working together to provide JMS API level services to client applications. All of the components will be reviewed in this section in order to obtain a deeper understanding of the JBossMQ server and how to optimize it.Destination Administration
Managing the destinations on the JBossMQ server will be the most common task that an administrator will have. This section will explain how to quickly create new queue or topic destinations on a JBossMQ server.Runtime Administration Via JMX
JBossMQ statistics and several management functions are accessible via JMX. JMX can be accessed interactively via a Web Application or programmatically via the JMX API.Advanced Administration
Advanced topics such as securing access to destiantions, choosing the right Connection Factory, and tuning the message cache.JBossMQ MBean Reference
The JBossMQ server is an assembly of JMX MBeans. This chapter provided an in depth reference manual to the MBeans exposed by JBossMQ.JMS/JBoss - The Core Developers Guide
By Remigio Chirino
What's in this Guide?
This guide introduces a java programmer to the JMS API. The guide covers several simple JMS applications that can be used as a basis for bigger JMS applications. It then dives into more advanced topics such as how to leverage the J2EE container integration, and exploiting JBossMQ specific features.
Table of Contents
Why use JMS
So what's all the hype about? This chapter helps you understand why so many developers are excited to use the JMS API.JMS Basics
Before you can jump to developing you first JMS application, you should first review the basics, or some might say the architecture. This chapter provides a high level overview of what JMS can do for your applications.Developing JMS Applications
Now that you understand the basics of JMS, you can start looking a some JMS application code. Many simple JMS examples are provided so that you can start creating your own JMS applications quickly.Container Integration
The JMS API has recently become an integral part of the J2EE architecture. JMS messages can be used to drive processing in a J2EE container via Message Driven Beans (MDB). Furthermore, all the Enterprise Beans in a J2EE application can send messages to JMS destinations by accessing the JMS API via a JCA resource adapter. Both, Message Driven Beans and the JMS JCA resource adapter will be covered in this chapter.Using JBossMQ Features
You should always try your hardest to stick to the JMS spec so that your application can remain JMS provider independent. However, you sometimes don't need to say JMS provider independent or you just don't have another choice but to use a JMS provider specific feature. This chapter will review some of APIs that JBossMQ provides that can be used to do a few things that are not in the JMS spec.参考:http://www.coredevelopers.net/library/jboss/jms-dev/index.jsp
本指南包含两部分:一部分针对JBossMQ管理员,涵盖了服务器组件管理、目的地管理及高级配置等内容;另一部分为开发者提供JMS API入门介绍、应用实例及JBossMQ特定功能的使用方法。
1万+

被折叠的 条评论
为什么被折叠?



