我一直在寻找一个多功能的联合服务供应商,支持完全孤立客户,并与世界服务组织2融合。 在过去几周里,我一直与阿帕奇积极运动联合起来,并认识到,在积极的MQ中可能没有任何支持。
有哪些其他联医服务提供者能够这样做? 还有哪一个版本的JMS支持多功能?
我一直在寻找一个多功能的联合服务供应商,支持完全孤立客户,并与世界服务组织2融合。 在过去几周里,我一直与阿帕奇积极运动联合起来,并认识到,在积极的MQ中可能没有任何支持。
有哪些其他联医服务提供者能够这样做? 还有哪一个版本的JMS支持多功能?
JMS是一份标书,不是为多租赁而设计的。 认证采用简单的用户/密码或一些基于证书的谈判。
这并不是说多功能没有得到支持。 然而,大多数经纪人要求你创建另一个中间商,倾听每名租户的港口(IBM Web Sphere MQ、PharmaactiveMQ on Debian/HCH、Patricia Artemis和更多)。 这确保完全孤立,但要求采取一些手工步骤,建立每个租户。 采用这种办法,每个服务器都不可能有100+承租人(或证明我错!)
你们可能建立一些制度,利用预先确定的用户名称或类似名称对租户进行模拟,但打赢的则是真正的多功能经纪人。
does anyone here knows if there exists a JMS server that could be executed on Tomcat or without an application server?
I m using ActiveMQ on a simulation of overloading servers in Java. And mainly it goes ok, but when I get over 600 requests the thing just go WTF! I think the bottleneck is my Master Server which is ...
Does Pentaho s ETL system, Kettle (http://kettle.pentaho.org/) have a plugin to accept information from JMS messages? I d like to set up a job that can read messages each containing a hash, extract ...
I want to be able to send messages to a remote JBoss server (JBoss MQ). I can do it for a local one but i m stuck when trying with a remote one. can anyone explain to me how to do it ? are there any ...
I want to have my PostgreSQL server send out notifications when a piece of data changes, preferably over JMS, but also considering any other Pub-Sub mechanism or Callback. Any ideas if this is ...
What message oriented middle ware with a Python API are out there? What ones did you use and recommend (or not)?
I can t seem to find a way to listen for new producer and consumer connections (or connection interrupts) in ActiveMQ (Java Version). I want to be able to tell the consumers (or they can find out ...
I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...