Tagged Questions
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 ...
2
votes
1answer
17 views
Implementing a JMS Request-Reply. Queue vs Topic?
I understand that there are different ways (or permutations) to implementing a JMS Request-Reply mechanism, i.e. request queue and response queue, request topic and response topic, or a mix of either.
...
2
votes
2answers
173 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 ...
1
vote
1answer
756 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
332 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
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
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
327 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
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?