ems

JMS (esp Tibco EMS) can I have an environment with in a message broker

I have a message broker with some topics, and some set of applications running on it. Now I want to run a new set of the same applications (say for QA environment) on the same topics (on the same broker, if I could). What is the best way to do this. Creating a new broker and or creating a new set of topics is cumbersome, as our environme...

TIBCO EMS Failover reconnect for C# (TIBCO.EMS.dll)

We have a TIBCO EMS solution that uses built-in server failover in a 2-4 server environment. If the TIBCO admins fail-over services from one EMS server to another, connections are supposed to be transfered to the new server automatically at the EMS service level. For our C# applications using the EMS service, this is not happening - ou...

Does the TIBCO EMS server manage reconnection? or does the client?

The TIBCO EMS .NET reference guide says (pg 134) To enable reconnection behavior and fault tolerance, the serverURL parameter must be a comma-separated list of two or more URLs. In a situation with only one server, you may supply two copies of that server’s URL to enable client reconnection (for example, tcp://localhost:7222,tcp:/...

What should the client do while the TIBCO EMS server attempts failover?

The TIBCO EMS user's guide (pg 292) says that the backup server will work indefinitely to either A) become the primary server or B) reconnect to the primary server. It also says clients may receive fail-over notification when the switch is successful (see also TIBCO EMS .NET reference pg 220). I have some questions spinning off of these ...

Any good tutorials for JMS + EMS + Spring?

I have been searching the web, but can't find any good tutorials for getting started with JMS under Spring connecting to TIBCO EMS. Anyone can point me to a good one? ...

JMS equivalent in .Net

Hi All, I am trying to make an common abstract interface over the messaging infrastructure in our company. The design goal is to 2 fold. 1 is to hide the complexity of programming from the developers (i know its not very complex but still simplify it further) and 2 is to make the developers independent of the vendor specific messaging i...

TIBCO queue browser c# problem with iterating message for second time.

Hi I am creating a windows service which connects to 5 queues. The logic is it has only one handler for summary queue which get the message stating how many message should I be getting from rest of 4 queues. Once message is received in summary I go and browse using queue browser and it works perfect only for one time next time it doesn...

Thread processing in EMS connection

I am setting up a client and exchange project and both are connecting to a remote server. Exchange will connect to the server by EMS connection. While client will connect by FIX. For the aim of building of black box testing, both client and exchange engine will be given some predefined testcases to send and receive to the server. I des...

All I have is a Tibco.EMS.dll, what else do I need?

All I have is a Tibco.EMS.dll version 5.1.4.0 for .NET, what else do I need? Anyone know where I can download a manual? Do I need anything else like like other DLLs or config files? Any help would be appreciated. Thanks ...