Questions tagged [tibco-ems]

A proprietary enterprise messaging service (EMS) middleware product sold by TIBCO. It is widely used by large companies to connect very different computer systems by sending reliable messages between them.

A proprietary enterprise messaging service (EMS) middleware product sold by TIBCO. It is widely used by large companies to connect very different computer systems by sending reliable messages between them.

Related tags:

276 questions
16
votes
3 answers

What are the differences between Tibco EMS and Rendezvous

What are some of the key differences between these two technologies? Does one have obvious advantages over the other?
jtruelove
  • 3,306
  • 3
  • 25
  • 29
13
votes
3 answers

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…
ScottCher
  • 14,651
  • 6
  • 26
  • 25
10
votes
2 answers

TIBCO.EMS .NET client / WCF channel

Folks, TIBCO has announced support for WCF channels back in April - has anything of that materialized by now?? Where and how can I download either these new WCF channel bits, or where can I get my hands on a current .NET 2.0/3.5 version of the…
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
9
votes
2 answers

Posting a message in JMS queue using JAVA

I am new to JMS, after a long re search i googled out a code to connect to JMS and post a msg. The problem is i need to post the message in a remote queue, But i am not sure how to establish connection to it and post the message. SERVER TYPE : TIBCO…
Ragesh Kr
  • 1,573
  • 8
  • 29
  • 46
8
votes
3 answers

Local vs. remote queues in pub/sub messaging

If I was building a system with dozens of publishers/subscribers using message queues, it seems I have a few network configuration options: I could have one clustered broker that all machines use - each machine would not have a local queue I could…
Paul Stovell
  • 32,377
  • 16
  • 80
  • 108
7
votes
5 answers

Pausing all threads in current process at run time

I have a bug in my app that seems to show it's face only when I pause the app in the debugger for a few minutes. I suspect this is due to a third party networking library I am using having a heartbeat thread, which becomes disconnected when it can…
AlexC
  • 1,646
  • 1
  • 14
  • 26
7
votes
4 answers

TIBCO ems Queue limit exceeded

I am getting an exception (shown below) when trying to send messages to a TIBCO Ems queue. javax.jms.ResourceAllocationException: Queue limit exceeded at com.tibco.tibjms.Tibjmsx.buildException(Tibjmsx.java:523) at…
jon
  • 253
  • 4
  • 8
  • 16
7
votes
2 answers

how does jms work with tibco?

I have a Java application which subscribes to a JMS topic application that occasionally thows the following exception : javax.jms.JMSException: Connection has been terminated at com.tibco.tibjms.Tibjmsx.buildException(Tibjmsx.java:470) at…
kkudi
  • 1,625
  • 4
  • 25
  • 47
6
votes
1 answer

How Can I get NUnit's ExpectedException attribute to detect an exception's base class?

Using NUnit 2.5.10, I am testing some code that references a library containing a base exception type. TIBCO.EMS.NamingException, from which other exception types derive, specifically TIBCO.EMS.InvalidNameException and…
John Tobler
  • 404
  • 2
  • 14
6
votes
2 answers

When does a single JMS connection with multiple producing sessions start becoming a bottleneck?

I've recently read a lot about best practices with JMS, Spring (and TIBCO EMS) around connections, sessions, consumers & producers When working within the Spring world, the prevailing wisdom seems to be for consuming/incoming flows - to use an…
Chad
  • 341
  • 6
  • 18
5
votes
1 answer

Use Spring Integration DSL to read from Tibco EMS topic

I've been trying to configure spring integration dsl to read from a Tibco EMS topic , do some processing on the received message and then push it to an ActiveMQ queue. I was able to set this up successfully using XML configuration, but wanted to use…
5
votes
1 answer

Tibco EMS connectivity using nodejs /Javascript

How we can connect to Tibco from a nodejs environment. Have anyone tried to connect to Tibco EMS queue using any nodejs package like stompjs or any javascript component.
eagerToLearn
  • 429
  • 1
  • 10
  • 20
5
votes
1 answer

How tibco is useful to organizations and why it is used?

I am interested in learning tibco.I have found some good videos in youtube but all those are only tutorials.None of the videos answer why tibco is used in organizations and how it is useful to the same.I saw some tutorials in webservices and yes we…
rocking
  • 4,729
  • 9
  • 30
  • 45
4
votes
1 answer

Is there any portable TIBCO EMS available for testing?

I am a newbie to the messaging system. I have tried the ActiveMQ portable version. That is perfect. As I don't have admin rights in my machine. I need to install portable TIBCO EMS. Is there any possibility.? Thanks in Advance.
4
votes
1 answer

Spring boot autoconfigure EMS Tibco Queue to send a message

I am trying to send a message to a Tibco Queue using Spring Boot, and I have achieved it using JMSComponent. It does not use Spring Boot's built-in autoconfiguration files. Can anyone please provide an example that uses spring.jms.jndi-name-
Lord009
  • 41
  • 1
  • 4
1
2 3
18 19