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 ...
3
votes
1answer
86 views

In TIBCO EMS (or other JMS), how do I create a scalable request/response processor?

I'm working on a server side project providing a request/response service over TIBCO EMS and am looking for advice on best practice to archive scalability as well as low latency in this service. I'm ...
1
vote
2answers
340 views

Tibco EMS vs. MSMQ vs. MQ

Could not find an answer on this question, so would like to initiate this: Tibco EMS vs. MSMQ vs. MQ. How do these 3 technologies compare? Which one is better and in which kinds of scenarios? ...
1
vote
1answer
120 views

Howto prompt for password when running tibco EMS script

It is possible to run an ems script using tibemsadmin -server tcp://localhost:7222 -user <username> -password <password> -script <file> however, this of course makes your password ...
1
vote
1answer
754 views

Weblogic EJB connection to external Tibco EMS JMS Queue

I'm trying to connect a Weblogic (10.3) MDB to a Tibco EMS JMS queue. I've read from the queue using a simple Java/Spring JNDI connection so I know the foreign JNDI lookup names are valid. My WL ...
1
vote
1answer
135 views

Tibco Designer

I am doing a project with tibco designer and require an xml document to be required to be repeated to 3 destinations with some tags modified. I was thinking of doing this in JAVA with a tokeniser, but ...
1
vote
2answers
692 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 ...
1
vote
3answers
1k views

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 ...
0
votes
2answers
642 views

Connect to EMS JMS queue using Spring3 + JNDI

I'm having some issues create a connection to (and reading from) a Tibco EMS JMS queue. <beans> <bean id="jndiTemplate" class="org.springframework.jndi.JndiTemplate"> ...
0
votes
2answers
370 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
2answers
326 views

TIBCO EMS notification to Publisher in case of Subscriber failure

I am trying to find an answer on of how to notify an EMS Publisher in case of a Subscriber failure. In a case of Publisher->EMS server->Subscriber, if a Subscriber fails, I need to inform Publisher to ...
0
votes
0answers
378 views

Tibco EMS message consumer threading with c#

I am able to successfully publish and consume messages with Tibco EMS server using C# and Tibco provided DLL for EMS. I am not sure whether the consumer or the listener created for asynchronous ...
0
votes
0answers
275 views

Java Messaging Service Tibco EMS

I have 3 command prompts, the first command prompt is a message producer which sends a message to the second command prompt via Tibco EMS. Upon receiving the message from the first command prompt, the ...
0
votes
2answers
410 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 ...