Tagged Questions

A proprietary enterprise messaging service (EMS) middleware product sold by the TIBCO company(http://www.tibco.com/) and widely used by large companies to connect very different computer systems by sending reliable messages between them.

learn more… | top users | synonyms

7
votes
3answers
321 views

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 - ...
7
votes
2answers
5k views

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 ...
5
votes
5answers
401 views

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 ...
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
64 views

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 ...
3
votes
5answers
1k views

Benefits of Commercial Messaging Middleware vs Open Source

I've been evaluating several opensource message queue technologies, such as RabbitMQ, ActiveMQ, OpenAMQ, etc. My question is, what benefits are gained by using a commercial technology such as Tibco ...
1
vote
3answers
110 views

Monitoring Queue using Java

I am trying to monitor a queue without using any API such as Hermes or GEMS i.e. I want to use purely JAVA. SO in order to browse the queue i.e. check if message hjas reached the queue or not without ...
1
vote
1answer
33 views

Slow response when querying unicode (non ascii) characters in sybase

Query 1: Select * from table where fieldname = 'abc' Query 2: Select * from table where fieldname = 'XY�' My query 1 executes in 150mS My query 2 executes in 5000mS Both return zero results ...
1
vote
0answers
56 views

Durables using SoapUI and Hermes

We are facing a major problem with soapui when using with Hermes JMS. When we send a message over a queue and expects to receive response on a topic, SoapUi will create a durable subscription. These ...
1
vote
0answers
126 views

TIBCO EMS 6.0 with WLS 10.3.1.0 foreign server configuration

TIBCO EMS 6.0 with WLS 10.3.1.0 foreign server configuration not working Posting message from SOAPUI to EMS(JNDI/Queue) to WLS(JNDI) Hi, I followed the steps in order to integrate Tibco EMS 6.0 with ...
1
vote
2answers
242 views

Fault Tolerance JMS URL in Java

I am doing a JMS connection using Java. The command I am using to establish connection is QueueConnectionFactory factory = new com.tibco.tibjms.TibjmsQueueConnectionFactory(JMSserverUrl); Where ...
1
vote
1answer
226 views

TIBCO EMS 6 and WCF services

has anybody already used TIBCO EMS v 6 together with .NET WCF Services and tcpBinding? I am designing a new architecture and need to understand how well or bad is the WCF client performing. I was ...
1
vote
1answer
154 views

Tibco with JMS Application

I want to use tibco in my jms application. Can any one help me how can I use tibco and also please what are the benefits from tibco.
1
vote
1answer
230 views

Tibco business works

I am getting the following error in Tibco business works designer. Please assist. /temp/javaCode/ProcessDefinitionJavaCode.java:23: cannot resolve symbol symbol : class PasswordProtection ...
1
vote
1answer
427 views

Auto-closing TIBCO EMS connections when no longer needed

We're using TIBCO EMS from our ASP.NET 3.5 app for one interface to an external system, and it appears to be working just fine - except that the guys running the other side tells us we're racking up ...
1
vote
2answers
334 views

JMS: modulus operator in message selector

I want to load balance JMS messages using message selectors. A message has a property "EntitiyIX". The selectors shall be like: "EntitiyIX Modulus 2 == 0" ==> route to queue A "EntitiyIX Modulus ...
1
vote
1answer
290 views

TIBCO EMS Error

I trying create one publisher with TIBCO Designer using a ActiveDatabase Adapter. But every time when the adapter starts one topic named _ADB.DUPDETECT is created too The problem is: my EMS server ...
1
vote
2answers
2k views

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?
1
vote
1answer
782 views

JMeter and TIBCO EMS

Is it possible to use Jmeter with TIBCO EMS ? Because I am trying to connect to EMS servers through JMeter JMS pluin and not able to succeed on that. Any help on this would be greatly appreciated. ...
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
1answer
38 views

Reduce Tibco EMS memory usage

On my developer machine I need to start Tibco EMS server to develop application which require it running. But I don't really need it in high performance state. How could I configure Tibco to use ...
0
votes
1answer
45 views

Javascript adapter for Tibco EMS

I'm working on a project requiring a fast time to market, so we're considering using a web ui rather than building something heavier. My query is because I'm in search of a javascript library for ...
0
votes
2answers
318 views

Does anyone know exactly what javax.jms.InvalidDestinationException: Not allowed to create destination means?

I am try to connect to a Tibco Ems Topic using Spring when I recieve this error. Here is the config: <jms:listener-container connection-factory="Tcf" acknowledge="auto" > ...
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
1answer
29 views

how to know which line of jar file error out while running it in jboss?

i am executing some jar file in my tibco process deployed on jboss server. so my question is if any of the jar file errors out how can i know which line or method of the jar file errored out?
0
votes
1answer
219 views

What steps can be taken to optimize tibco JMS to be more performant?

We are running a high throughput system that utilizes tibco-ems JMS to pass large numbers of messages to and from our main server to our client connections. We've done some statistics and have ...
0
votes
2answers
183 views

Tibco pagebus framework testing

We are using the Tibco pagebus framework as a middle ware for message publishing/subscribing. Enterprise application we are developing is using the above framework. Can you please suggest me how to ...
0
votes
2answers
355 views

TIBCO JMS with .Net client - problem with stuck messages in queues

We are using TIBCO JMS 4.3.3 with the same version of .Net TIBCO.EMS.dll for .net 2.0 We are having huge problems with stuck messages in queues. We are consuming messages from one queue which is ...
0
votes
1answer
377 views

Working around pre-fetch in Tibco EMS and .NET API

All in context of Tibco EMS 5.* and .NET API I've to work along existing model of message processing, in which in a loop: connection is created / open session is created / open message consumer is ...
0
votes
1answer
110 views

TIBCO EMS ActiveDatabase _ADB.DUPDETECT

I trying create one topic publisher with TIBCO Designer using a ActiveDatabase Adapter. But every time when the adapter starts one topic named _ADB.DUPDETECT is created too The problem is: my EMS ...
0
votes
4answers
1k views

How to monitor outgoing messages from TIBCO EMS .Net client?

While using the .Net client TIBCO EMS, How to monitor outgoing messages from my .Net Tibco client? I'm going to send Application-level, not jms-level, acknowlegements and replies. How can I tell If ...