Tagged Questions

A commercial message bus product for enterprise application integration (EAI) sold by the TIBCO company (http://www.tibco.com/).

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.
3
votes
1answer
350 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
441 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
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 ...
2
votes
1answer
31 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
2answers
501 views

What is the format for the headers and message body of a TIBCO-RV packet?

I need to decode a packet sent using TIBCO-RV and pull fields out of the header and skip over the message body. I have not been able to any examples or documentation. Does anybody know of any open ...
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
0answers
66 views

Tibco RV fault tolerance group number of active-inactive members discovering

I know a FT group name and transport. I need to discover how many active and inactive members does this FT group hold. What options do I have?
1
vote
1answer
50 views

What/where is the best set of documentation for the .NET implementation of the TIBRV API?

I've used the .NET API extensively now, but am hitting some edge cases where examples, experience, and searches are kind of hitting a brick wall. For some reason I can't seem to find good ...
1
vote
1answer
961 views

TIBRV: Remote vs Local RVD

When connected to a local RVD a sending application is shielded from network interruptions and the send message methods will only block for the time it takes for the message to reach the local RVD ...
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?
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
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
583 views

Tibco send command

I'm trying to send message using tibrvsend command. The scenarios is like below , I've server running on network , I'm able to ping the server Ip address and able to connect using remote desktop ...
0
votes
1answer
856 views

Tibco Rendezvous - size constraints

I am attempting to put a potentially large string into a rendezvous message and was curious about size constraints. I understand there is a physical limit (64mb?) to the message as a whole, but I'm ...