Questions tagged [tibco]

Tibco is a software company that produces infrastructure and business intelligence software, most notably an event-enabling Enterprise Information Bus.

Tibco Software Inc. (Nasdaq:TIBX) is a software company, with headquarters in Palo Alto, California. TIBCO's products enable the real-time distribution of information through patented technology called The Information Bus™, or TIB®. Tibco’s main architecture is based on an information-bus oriented system concept. Whereas all the information that is used by the multiple systems passes through one information-bus. TIBCO commonly refers to this information-bus as the “TIB”.

Benefits of a TIB-based architecture include:

Easy to create new subsystems – TIB allows developers to create new subsystems, modify existing subsystems, and add new services without having to change the UI or a subsystem’s code.

Easy to move subsystems – A subsystem supplying data can be moved to other geographic locations without changing the subsystems that consume the information it supplies. This is important for fault tolerant operation where new subsystems can take over immediately upon the failure of another subsystems.

Easier to develop applications – Saves development costs and time because the developers can use a tested API for communications rather than have to design, develop, implement, test, and maintain their own infrastructure code.

Faster to develop – Developers can concentrate on applications and business requirements and not have to write and test an infrastructure. Applications will also be faster to develop because they will be linked into existing and well-tested libraries. Developers will not have to create code necessary for inter-subsystem connectivity

Easier to maintain – Personnel can concentrate on the application code. The middleware layers are enhanced and maintained by professionals who are specialists in that type of software

Easier to change – Changes will be easier to make to subsystems because they will be independent of their data sources and their data consumers

Highly scalable – The system will be far more scalable because subsystems and hardware can be added easily and quickly to meet new user demands.

Location transparency – The system cal exploit TIB’s subject based addressing to allow system components to be located dynamically, rather than being hard-coded. This supports a range of system migration needs.

Easier to monitor – The system can use TIB/Hawk for monitoring.

Error management – The system will be able to log and respond to system and business level errors by generating TIB-based notifications or advisories.

910 questions
17
votes
1 answer

How can I mark a SOAP Header as optional in WSDL?

I have a wsdl with an optional header:
Tal Giladi
  • 181
  • 6
16
votes
4 answers

Tibco versus TCP (Rendezvous/RV)

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 this be true? To me Tibco is basically a TCP…
Jack Kada
  • 24,474
  • 29
  • 82
  • 106
13
votes
2 answers

What is the development environment for TIBCO Business Works?

I see all these job posts for TIBCO developer but from tibco.com I couldn't really dig what a developer does codewise on this platform because that is geared more towards endusers. Is it a JAVA based platform?
Andrei Draganescu
  • 387
  • 1
  • 2
  • 10
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
1 answer

Basic explanations from Tibco world

I'm playing with Tibco Rendezvous, 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 but I'm still confused. What are ActiveEnterprise…
Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670
10
votes
2 answers

Is it possible to reverse a column transformation in Spotfire, and if not, what are the alternatives?

I've made the mistake of using the 'Calculate and Replace Column' feature to replace the wrong column, and realized after the fact. The column I replaced corresponds to last names and is important. I would like to retrieve this column but maintain…
jremedy
  • 137
  • 1
  • 6
10
votes
3 answers

TIBCO JMS jar file

Where do I get the jar file for TIBCO JMS from? Believe me I have done a lot of googling without any luck. Please guide.
user1583803
  • 424
  • 2
  • 6
  • 16
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

How is Tibco RV used in Financial Software

I hear that banks swear by this software but fail to understand the use within the financial software. Lets say a company receives a low latency data feed from a provider such as Thomson Reuters how do they distribute this data feed to all their…
Adam Medi
  • 81
  • 1
  • 2
8
votes
1 answer

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 developing a JMS consumer & publisher. How would my…
thirdy
  • 612
  • 8
  • 18
8
votes
2 answers

TIBCO Rendezvous and MSMQ

I would like to know the differences between TIBCO Rendezvous and MSMQ.
John Jesudason
8
votes
3 answers

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 publisher-subscriber situation. What we need is a very…
Kimi
  • 13,621
  • 9
  • 55
  • 84
8
votes
5 answers

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 thoughts?
Adam
  • 28,537
  • 15
  • 60
  • 73
7
votes
4 answers

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? Specifically, I think to use one of these in SOA…
user998819
7
votes
5 answers

Library not found: tibrvj

I'm running a Java application on a Linux server that uses Tibco RV and I get the following error: TibrvException[error=901,message=Library not found: tibrvj] What is causing this problem? I have already added lib path containing *.so into…
jasonline
  • 8,646
  • 19
  • 59
  • 80
1
2 3
60 61