English 中文(简体)
JMS 多种功能
原标题:Multi-tenancy in JMS
  • 时间:2015-08-11 14:53:34
  •  标签:
  • jms
  • mq

我一直在寻找一个多功能的联合服务供应商,支持完全孤立客户,并与世界服务组织2融合。 在过去几周里,我一直与阿帕奇积极运动联合起来,并认识到,在积极的MQ中可能没有任何支持。

有哪些其他联医服务提供者能够这样做? 还有哪一个版本的JMS支持多功能?

问题回答

JMS是一份标书,不是为多租赁而设计的。 认证采用简单的用户/密码或一些基于证书的谈判。

这并不是说多功能没有得到支持。 然而,大多数经纪人要求你创建另一个中间商,倾听每名租户的港口(IBM Web Sphere MQ、PharmaactiveMQ on Debian/HCH、Patricia Artemis和更多)。 这确保完全孤立,但要求采取一些手工步骤,建立每个租户。 采用这种办法,每个服务器都不可能有100+承租人(或证明我错!)

你们可能建立一些制度,利用预先确定的用户名称或类似名称对租户进行模拟,但打赢的则是真正的多功能经纪人。





相关问题
How to optimize activemq

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 Kettle have a way to accept JMS messages?

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 ...

post message to a remote JMS provider

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 ...

PostgreSQL and JMS (Or other Pub-Sub/Callback Mechanism)

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 ...

ActiveMQ Consumer / Producer Connection Listener

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 ...

Logging a global ID in multiple components

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 ...

热门标签