Tagged Questions
5
votes
3answers
4k views
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 ...
2
votes
2answers
1k views
JMS equivalent in .Net
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 ...
1
vote
2answers
740 views
Tibco EMS Session sharing Connection object
Our connectivity to EMS code was initially ill-designed and created one TopicConnection object per topic that we listened to. So, in effect, whenever we subscribed to a topic, we create a new ...
1
vote
1answer
2k views
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 ...
1
vote
1answer
2k views
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 ...
0
votes
2answers
402 views
How to know who is connect to Tibco EMS Queue
We are using Tibco EMS Queue to send messages. We are the publisher, and whenever we are publishing messages it seems someone is consuming that and when we asked the other team who is subscribing, ...
0
votes
1answer
52 views
How to handle issues with Connections cannot be made(either DB or external systems) when multiple connections are available
I have question regarding handling the multiple connections. These connections can be either DB connection, SOA connection, EMS connection etc.....
Lets say I have 1 database connection where I pull ...
0
votes
2answers
429 views
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 ...