Tagged Questions

Enterprise information bus.

learn more… | top users | synonyms

5
votes
2answers
3k views

TIBCO Rendezvous and MSMQ

I would like to know the differences between TIBCO Rendezvous and MSMQ.
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 ...
5
votes
5answers
1k views

What is your experience using the TIBCO General Interface?

It looks interesting and I've played around with it some --- but the development IDE in a web browser seems to be nightmare eventually. Does anyone have experience using it and what are your ...
4
votes
4answers
1k views

Tibco Unit Testing tools

Does anyone know what unit testing tools are available when developing Tibco processes? In the next few months I'll be working on a Tibco project and I'm trying to find any existing unit testing ...
4
votes
3answers
2k views

Tibco versus TCP

I cannot understand what is so special about Tibco. Their marketing material stresses that TCP is a pessimistic transport protocol which does not require client acknowledgement of receipt. How can ...
4
votes
2answers
2k views

Java Webstart with Tibco Native Libs

I am trying to deploy an application that uses the native implementation of Tibrv through the TibrvJ library using Java Webstart. I have packaged up all of the Windows dlls from inside ...
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 ...
3
votes
1answer
216 views

Add .jar file into Tibco Designer

I want to use my class methods into TIBCO Designer(5.6) project. I export my Java project into .jar with my Eclipse Indigo. Then I create AliasLibrary in the Desinger and add the .jar. But after I ...
3
votes
1answer
316 views

WS in TIBCO BW or in Java

I see it is a lot faster developing a WS in TIBCO compared to coding in Java. Is it wise investment to use TIBCO as your WS Service Provider & Service Requester? Also both previous question for ...
3
votes
1answer
352 views

I'm looking for basic explanations from Tibco world

I'm playing with Tibco Randezvous, Tibco Designer + Tibco Business works for three days. This is my very first experience with this product line. I read several documentations to installed products ...
3
votes
3answers
442 views

Any reason why I would not be permitted to confirm a message using Tibco Rendezvous?

I have a setup in which some applications communicate with each other via Tibco rendezvous. The applications communicate using certified messaging. My problem is that two of my receivers have recently ...
3
votes
1answer
460 views

JMS Message.acknowledge() on Session.AUTO_ACKNOWLEDGE

What happens in TIBCO when Message.acknowledge() is invoked in a session with AUTO_ACKNOWLEDGE mode? I mean is this call ignored on client-side? or server-side? or does server perform any action on ...
3
votes
1answer
55 views

Why might RvdProxy.getServices() incorrectly return an empty Array?

The following code snippet attempts to create a Tib DaemonManager connecting to a particular rvd, and then query for that rvd's services. public static void main(String[] args) throws ...
3
votes
3answers
3k views

RabbitMQ High-speed Transient Messaging Performance

The system we are building is receiving data through the external feed. Our job is to distribute this data to multiple services, run the calculations and forward the results elsewhere - typical ...
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 ...
2
votes
1answer
32 views

How can I record the network traffic used by Tibco RV?

we using Tibco RVRD for both Unix and windows as the messaging system. Just wonder, other than buy HAWK from Tibco, is there anyway to measure the network usage, before and after RVRD compression?
2
votes
1answer
462 views

Is it possible to implement JMS, Spring and Tibco EMS on a standalone Java app?

So here's my problem! I Have a Tibco EMS topic with authentication I have a standalone app I'd like to pub and consume messages from this And I'd like to do this through Springs JMSTemplate, ...
2
votes
2answers
698 views

REST for low latency messaging .

why dont you see more people using REST architecture for client server system. You see people using sockets, or TIBCO RV or EMS or MQ but i haven't seen much basic REST architecture does anyone know ...
2
votes
1answer
423 views

Tibco & Windows Process Activation

I'm thinking about how I could scale out Tibco EMS queue listeners written in managed code (C# in this instance). I'm looking for predominantly isolation and clustering characteristics. In MSMQ I ...
1
vote
0answers
28 views

Tibco how to get original queue name for undelivered messages in DLQ $sys.undelivered

I am currently designing error handling for unprocessed JMS messages for a customer. Tibco EMS is used as a broker, MDB in Weblogic as consumer. I am evaluating Tibco DLQ capabilities - the ...
1
vote
0answers
39 views

Tibco FT issue because of heartbeat

I have 2 instance of my Java application (A & B) running on same machine, where B is blocked for activate() callback. This is how I register my callback: new TibrvFtMember(this.tibrvQueue, ...
1
vote
1answer
46 views

switch Tibco RV to WebSphere MQ?

My application is listening to Tibco RV, now I am required to switch to WebSphere MQ. I found the code like this Tibrv.open(Tibrv.IMPL_NATIVE); rvdTransport = new TibrvRvdTransport(...); TibrvQueue ...
1
vote
2answers
328 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
3answers
166 views

Cannot connect to Tibco JMS server

I have a java application which does some JMS send&receive work. But I found an interesting problem. For example, I set the following for java.naming.provider.url. tcp://hostnameA.foo.bar:7222 ...
1
vote
1answer
119 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
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
743 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
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
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
2answers
501 views

TIBCO BusinessWorks opinion

I've participated recently in a few projects using Tibco BusinessWorks, ranging from very simple integration projects to a quite complex application. I would appreciate to hear some opinions about ...
1
vote
1answer
154 views

Unable to access file adapter using JMS

I am not able to retrieve records from flat file using fileadapter ver 5.6 with JMS. It always show this error at console, Startup error. SDK Error: Could not open JMS shared library jms, DllError. ...
1
vote
1answer
73 views

Red alerts for machines in TIBCO admin

In TIBCO admin i am getting red status for some of the machines. I think the issue is with HAWK. Why i am getting these alerts ? Is it serious ?
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
428 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
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
3answers
519 views

Tibco Designer integrate with TFS 2010

Has anyone tried to integrate Tibco Designer especially for BusinessWorks with Team Foundation Server 2010? At the moment, our Tibco designer is using VSS as its source safe control. We are planning ...
1
vote
0answers
96 views

Integrate Spring Security with Tibco Portal Builder

I don't know if there is someone using Tibco Portal Builder with Spring security, or even just Tibco Portal Builder, XD, but I'm goint to ask just in case there is somebody who faced this issue ...
1
vote
1answer
544 views

About best practices of JMS integration using TIBCO .Net client

I'm working on an integration project where I'm talking to JMS framework using TIBCO .Net client. A colleague is recommdending a design decision based on a fear of receiving too many messages suddenly ...
1
vote
1answer
828 views

JavaDocs for Tibco datagrams (TibrvMsg)?

Does anyone know of available Javadoc for Tibco rvd datagrams (specifically, class "com.tibco.tibrv.TibrvMsg")? It is not hard to decompile classes to get signatures, but that does not tell a lot ...
1
vote
5answers
1k views

How can I find the byte encoding of a TIBCO Rendezvous message?

In my Java application, I am archiving TIBCO RV messages to a file as bytes. I am writing a small utility app that will play the messages back. This way I can just create a TibrvMsg object from the ...
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
37 views

Tibco BusinessWorks - Projlibs and GVs

I have a BW project importing multiple prjlib files. I want to test the project locally, but all the imported projlib global variables are greyed out. I know I can create the vars locally on the disk, ...
0
votes
0answers
16 views

How to find top 3 elements from array of elements in tibco business events?

I am using tibco business events and i am receiving a database file consisting of count value which will be incremented each time when the same element is viewed.I want to fetch the elements with top ...
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
30 views

How to use Tibco Certified Messaging Mode

How do I use Tibco Certified Messaging mode? Does WebsphereMQ provide the same functionality? Does the JMS specification define this functionality?
0
votes
1answer
43 views

Inserting Large XML Document in Sql Server with TIBCO Designer

I'm trying insert a large xml document (about 10MB) into a Sql Server 2008 table, this document is built in run-time. My problem is a better way to make this insert. I'm using a simple insert command ...
0
votes
1answer
63 views

Tibco RV send and listen parameters confused

Hi I am new to Tibco RV. After reading the Tibco Rendezvous Concept, I am still confused about the transport parameters: service, network, daemon. So conceptually there is only one daemon running on ...
0
votes
0answers
33 views

Does TIBCO rvcache still exist?

A few years ago I worked on a project where we used TIBCO Rendezvous Cache (rvcache) with the TIBCO messaging framework. It would cache the topics/subjects and then it would send the cache when ...

1 2