Tagged Questions
The common acronym for the general idea of an "enterprise messaging service," or "enterprise messaging system," a set of published Enterprise-wide standards that allows organizations to integrate computer systems that may be very different by sending semantically precise messages between them.
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
85 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 ...
2
votes
2answers
172 views
A business scenario that could involve integration of a number of IT systems using JMS?
Can anyone give me some suggestions of a business scenarios where I can implement Java Messaging Services (JMS). The message can be sent either by queue(point-to-point) or topic (regular/durable ...
2
votes
2answers
964 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
323 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
117 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
741 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
2answers
327 views
EMS, ESB and MOM, JMS
What is the relation and differences between the following terms?
Enterprise Messaging System (EMS)
Enterprise Service Bus (ESB)
Message Oriented Middleware (MOM)
Java Messaging Service (JMS)
1
vote
1answer
133 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
1answer
212 views
Import chinese character in mysql [closed]
Possible Duplicate:
Import chinese character in mysql table.
how can i import excel file with chinese character in to mysql table(EMS Manager).
can anyone please appreciatively help me ?
...
1
vote
1answer
260 views
Import chinese character in mysql table
how can i import excel file with chinese character in to mysql table(EMS Manager).
can anyone please appreciatively help me ?
Thanks.
1
vote
2answers
689 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
1answer
27 views
Is it necessary to have a PRIMARY index AND colname index on the primary key column?
Imagine the following table:
Simple single row table.
Colname = id int(11)
...
0
votes
2answers
619 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
369 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
325 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
1answer
51 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
1answer
109 views
EMS MySQL Manager Migration
I have been using EMS MySQL Manager for a while now, however my system died last week and I have since had to transfer anything I can get my hands on to a new machine.
EMS is giving me problems ...
0
votes
0answers
377 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
274 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
402 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 ...
0
votes
1answer
1k views
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?