Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Performance WebSphereSIB与MQ?从运行在WebSphere上的J2EE应用程序中进行异步消息传递的最佳选择是什么?_Performance_Jms_Websphere_Scalability_Ibm Mq - Fatal编程技术网

Performance WebSphereSIB与MQ?从运行在WebSphere上的J2EE应用程序中进行异步消息传递的最佳选择是什么?

Performance WebSphereSIB与MQ?从运行在WebSphere上的J2EE应用程序中进行异步消息传递的最佳选择是什么?,performance,jms,websphere,scalability,ibm-mq,Performance,Jms,Websphere,Scalability,Ibm Mq,要求:需要异步处理web服务请求 我的应用程序是一个EJB3.0无状态会话Bean,公开为使用RAD开发的web服务,并部署在负载平衡的WebSphere7.0AppServer上。 它接收web服务请求并将消息作为对象存储在队列中。请求将通过MDB(消息驱动Bean)异步处理 有两种选择: 1) WebSphereSIB 2) Websphere MQ WebSphereSIB和MQ一样好吗?与SIB相比,使用MQ有什么特殊优势吗?因为我只使用Java,MQ有什么优势吗?注意:这是一个企业应用

要求:需要异步处理web服务请求

我的应用程序是一个EJB3.0无状态会话Bean,公开为使用RAD开发的web服务,并部署在负载平衡的WebSphere7.0AppServer上。 它接收web服务请求并将消息作为对象存储在队列中。请求将通过MDB(消息驱动Bean)异步处理

有两种选择: 1) WebSphereSIB 2) Websphere MQ

WebSphereSIB和MQ一样好吗?与SIB相比,使用MQ有什么特殊优势吗?因为我只使用Java,MQ有什么优势吗?注意:这是一个企业应用程序,需要满足可靠性/性能/可扩展性要求