《Open Message Queue 项目和特性概要》的相关内容
相关讨论
在websphere下的JMS通信和MDB的问题
目前的结构是这样的:
客户端程序(一个测试用的servlet)准备发送消息给websphere服务器(JMS server)上的一个JMS队列;
was上已经部署了一个EJB模块,此EJB模块包含了一个MDB,监听上述的JMS队列;
1. 使用非事务化的JMS: QueueSession qSession = qConnection.createQueueSession(false, Sess ...
by dzmonkey 2008-02-20 浏览 (999) 回复 (9) 关键字: jms mdb
Announce Stomperl 0.0.2: Message Queuing And Transaction
Dear all,
I'm glad to announce that Stomperl 0.0.2 is out. You can now check it out at http://stomperl.googlecode.com/svn/tags/0.0.2/ .
Since the first preview version [http://gigix.thoughtworkers.o ...
by gigix 2007-12-20 浏览 (633) 回复 (0) 关键字: stomp, stomperl
[提问]:运行J2EETutorial中的jms出现错误
我再作J2EETutorial中的jms的例子时出现了错误,我在网上查找时发现网上有和我一样的错误,在着我引用他的提问
follow the j2ee1.4 tutorial chapter33, and in section Writing Simple JMS Client Applications, there is a example A Simple Example of Synch ...
by zhanggok 2006-09-13 浏览 (884) 回复 (0) 关键字: jms
Ruby From Other Languages
Ruby From Other Languages
是ruby官方网站写的,比较了其他主流编程语言和ruby的异同之处,给出了ruby比较有特点的功能介绍,相当棒!推荐
http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/
What to Expect: Language X to Ruby
* T ...
by robbin 2006-09-25 浏览 (1358) 回复 (1) 关键字: ruby
ActiveMQ4.1 +Spring2.0的POJO JMS方案
作者:cctvx1,calvin
1.概述
1.1 JMS与ActiveMQ特性
JMS始终在JavaEE五花八门的协议里,WebService满天飞的时候占一位置,是因为:
它可以把不影响用户执行结果又比较耗时的任务(比如发邮件通知管理员)异步的扔给JMS 服务端去做,而尽快的把屏幕返还给用户。
...
by 江南白衣 2006-12-04 浏览 (8162) 回复 (7) 关键字:
相关博客
IBM MQ系列编程3--------接收消息
import com.ibm.mq.*; //Include the WebSphere MQ classes for Java package
public class MQReceiver {
// define the name of the QueueManager
private static String qManager;
// and define the ...
by a3mao 2008-03-11 浏览 (253) 回复 (0) 关键字:
IBM MQ系列编程2-----------发送消息到队列中
import com.ibm.mq.*;
import java.util.Properties;
public class MQSender
{
// define the name of the QueueManager
private static String qManager;
// and define the name of the Queue
private ...
by a3mao 2008-03-11 浏览 (254) 回复 (0) 关键字:
Message-Driven Bean
What Is a Message-Driven Bean?
A message-driven bean is an enterprise bean that allows J2EE applications to process messages asynchronously. It normally acts as a JMS message listener, which is ...
by VerRan 2007-08-31 浏览 (559) 回复 (1) 关键字:
30 Minutes Flex Test-Drive for Java DevelopersBy Christophe
来源: http://coenraets.org/testdrive/flex4j/index.htm
30 Minutes Flex Test-Drive for Java Developers
By Christophe Coenraets
Last update: September 6th, 2006
UPDATE (1/12/2007): I put together ...
by mikel 2007-11-23 浏览 (461) 回复 (0) 关键字:
Event-driven services in SOA
nternet transactions, business-to-business systems, peer-to-peer processes, and real-time workflows are too dynamic and too complex to be modeled by traditional sequential-processing methods. Therefor ...
by heweiya 2005-07-29 浏览 (663) 回复 (0) 关键字:
相关圈子讨论
Flex With Spring [转]
来源: http://coenraets.org/flex-spring
What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (1170) 回复 (1)
CreateWindowExW 创建的窗体标题中文乱码,英文只显示首字母
CreateWindowExW 创建的窗体标题中文乱码,英文标题的话只显示标题首字母
HWND hWnd = CreateWindowExW(0,
toUTF16z("Class name"),
toUTF16z("我的程序"),
WS_OVERLAPPEDWINDOW,
CW_USEDEFAULT,CW_USEDEFAULT,800,600,
HWND_D ...
by tuja 2007-05-09 浏览 (691) 回复 (4)
关于Informix数据库CheckPoint的问题。欢迎大家指教
我现在的数据库服务器,在每天早上数据处理的时候。每次做checkpoint的时间都太长了,有时候甚至达到300s的长度。请大家能给点建议。
服务器为一HP小型机,4CPU,8G内存。OS为Linux系统。数据库为Informix10下面贴出我的onconfig内容
#****************************************************************** ...
by billbai 2008-07-02 浏览 (224) 回复 (2)
大家能不能给出自己学习tapestry4的开源网站?
我先来写一个:http://files.doublenegative.com.au/jumpstart/index.html
JumpStart is an easy way to learn Tapestry by example. Made entirely from open-source components, it's a free, instant, working appli ...
by yongganzhe 2006-12-18 浏览 (813) 回复 (0)
相关新闻
Sun公司发布Mural:开源主数据管理方案
Sun公司启动了一个名叫Mural的开源社区来开发主数据管理方案Master Data Management (MDM),基于开放标准和开放规格。根据Wikipedia的解释:MDM包括一套流程和工具,其中中央和持久定义非事物的组织实体entities,也被称为参考数据Reference data。MDM的目标是搜集和供应给各种流程和独特的实例每一个实体entity。
面向服务的架构SOA非常适 ...
by QQbyte 2008-05-03 浏览 (605) 回复 (0) 关键字:
Revactor-一个使用actor模型的ruby并发库
项目的地址在这里,最新版本是0.1.2:
http://revactor.org/
它是基于ruby1.9的。
这边是他的roadmap,挺让人期待的:
引用Revactor is still in its infancy. Erlang and its Open Telcom Platform are an extremely feature rich platform, and man ...
by simohayha 2008-02-19 浏览 (605) 回复 (1) 关键字:
SpringSource收购Covalent
今天(1月29日)SpringSource(Spring背后的公司)宣布收购Covalent。Covalent成立于1988年,主要为Apache Software Foundation (ASF)项目提供支持和服务。Covalent主要为以下ASF项目提供服务:Apache HTTP Web ServerApache Tomcat Application ServerApache Geronim ...
by andyao 2008-01-30 浏览 (493) 回复 (1) 关键字: springsource covalent

