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
0
votes
1 answer

How to tracking process's status in Tibco?

I hope you show me resolve in my case. When I define many process, how to get status data's tracking of that process. In other word, I want to get process's history. My purpose to show for my client checking. I have defined a process communicate 3…
PVA
  • 7
  • 6
0
votes
1 answer

When connecting to a JMS server, does the client have to be using the same API that the server is using?

For example, since our server is using TIBCO EMS, would I be able to connect to it using OpenJMS or WeblogicJMS?
Joseph
  • 41
  • 4
0
votes
1 answer

Are "Publish-to-Adapter" and "Rendezvous Subscriber" compatible with each other?

when i am publishing with "Publish-to-Adapter" and listening it with "Rendezvous Subscriber", an unwanted xml tag gets inserted at run-time - <__caret_1_caret_> <__caret_2_caret_>, for every repeated elements. Is there any way i can remove the tags…
rohit k.
  • 128
  • 1
  • 14
0
votes
1 answer

Can I refer the SERVICE ACTIVITY (from service pallet) from my SOAPREQUESTREPLY activity in TIBCO

I just wanted to know whether I will be able to refer the SERVICE ACTIVITY (from service pallet) from my SOAPREQUESTREPLY activity. Because Using my SOAPREQUESTREPLY activity if I refer a service pallet I was not able to get the transport details…
venkat
  • 61
  • 1
  • 4
  • 11
0
votes
2 answers

Connect Weblogic queues from TIBCO BW

I have created following in Weblogic : MyJMSServer Persistent Store: Target:domain Current Server:domain Created TestModule having: ConnectionFactory Type:Connection Factory JNDI…
0
votes
1 answer

Invocation of TIBCO web service from HP Service Manager is causing error

For the integration purpose, we need to consume a web service exposed by TIBCO in HP SM. In HP SM, we consume a web service by using a utility called wsdl2js, which create JavaScript using wsdl url. I am able to use wsdl2js but when I invoke the web…
0
votes
1 answer

Assistance required to connect to Foursquare via TIBCO BW using REST / JSON API - 1.1

We have an assignment to check the compatibility of Quick connect project for Foursquare against the REST/JSON 1.1. When I am testing the process, while invoking Rest API for query Check-in, the process is throwing an error – “OAuth token invalid or…
0
votes
1 answer

Max Request length exceeded when calling WCF service from TIBCO BW

I have a WCF service which will be invoked by TIBCO BW, if the message size exceeds 5 MB, i am getting a System.IO exception on TIBCO BW. I have enabled tracing on wcf service, and getting Maximum request length exceeded. error
CSharped
  • 1,247
  • 4
  • 20
  • 49
0
votes
1 answer

TIBCO Error: One Concept file not compiling

I am trying to build the project and the build is successful. However when I try to deploy the EAR file, it is throwing a class not found exception. I looked into the EAR file and I am seeing that the file which is throwing the error is not…
zakSyed
  • 1,364
  • 1
  • 13
  • 30
0
votes
0 answers

WCF Server & TIBCO Client - Decrypt Digital Signing Web Service Soap Message

I have created the WCF web service which uses messageprotectionorder as "SignBeforeEncryptAndEncryptSignature". I have also developed the .net client to consume this web service. I am able to successfully able to connect and receive response from my…
Bhavin Shah
  • 1
  • 1
  • 3
0
votes
1 answer

Why happens JMS exception in java?

In messageProducer method send I receive JMSException during publish. What are possible reason? What can happen during publish that produced JMSException? Thanks.
user710818
  • 23,228
  • 58
  • 149
  • 207
0
votes
2 answers

why is TIBCo called real time and event driven

The TIBCO website says that it is a real time, event enabled infrastructure. Is there any layman's way of understanding why Websphere MQ which is also a messaging software is not real time? Because MQ is written in Java? Also what is the meaning of…
Victor
  • 16,609
  • 71
  • 229
  • 409
0
votes
0 answers

Zend Java Bridge can't call interface methods?

While trying to implement Tibco JMS messaging in PHP via Zend Java Bridge I'm doing a standard procedure like: $factory = java('com.tibco.tibjms.TibjmsConnectionFactory', $srv); $connection = $factory->createConnection($usr, $pwd); $t = new…
alkoln
  • 599
  • 5
  • 14
0
votes
2 answers

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 curious about how some other variables could affect…
tinkertime
  • 2,972
  • 4
  • 30
  • 45
0
votes
3 answers

Specifing no of records to delete in Tibco JDBC Update activity

how to specify no of records to delete in Tibco JDBC Update activity in batch update mode. Actually I need to delete 25 million of records from the database so I wrote Tibco code to do the same and it is taking lot of time .. So I am planning to…
Raj
  • 1
  • 1
  • 1
  • 2