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
7
votes
2 answers

Configuration of tibco jms with Spring

Now I have java code which starts tibco jms subscription with several steps: Properties props = new Properties(); props.put("java.naming.provider.url", namingProvider); props.put("java.naming.factory.initial", namingFactory); …
dbf
  • 415
  • 2
  • 10
  • 18
7
votes
8 answers

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 frameworks that might make the job easier to build…
mezoid
  • 28,090
  • 37
  • 107
  • 148
7
votes
4 answers

TIBCO ems Queue limit exceeded

I am getting an exception (shown below) when trying to send messages to a TIBCO Ems queue. javax.jms.ResourceAllocationException: Queue limit exceeded at com.tibco.tibjms.Tibjmsx.buildException(Tibjmsx.java:523) at…
jon
  • 253
  • 4
  • 8
  • 16
7
votes
2 answers

how does jms work with tibco?

I have a Java application which subscribes to a JMS topic application that occasionally thows the following exception : javax.jms.JMSException: Connection has been terminated at com.tibco.tibjms.Tibjmsx.buildException(Tibjmsx.java:470) at…
kkudi
  • 1,625
  • 4
  • 25
  • 47
7
votes
2 answers

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 c:\tibco\tibrv\bin into a Jar file and have added these to the…
pjp
  • 17,039
  • 6
  • 33
  • 58
6
votes
1 answer

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 create Java Method add click to choose Class, I…
Svetoslav
  • 61
  • 1
  • 3
5
votes
2 answers

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 each machine. So when using tibrvsend: tibrvsend…
user1086579
  • 81
  • 1
  • 1
  • 4
5
votes
2 answers

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 But I got the error as below. Only hostname in it, not…
Smartmarkey
  • 1,979
  • 5
  • 22
  • 25
5
votes
1 answer

Spring boot with tibco jms listener

I am trying to listen Tibco ems queue (wants annotation based configuration) from SpringBoot. I don't see any example which described how to configure and listen Tibco ems queue from SpringBoot. Any lead or example on this ?
Sanjay Chandak
  • 61
  • 1
  • 1
  • 4
5
votes
1 answer

Icon in Spotfire fades but does not disappear

I have a listbox in Spotfire with countries in it. The listbox includes (None) as a selection option. When a country is selected in the listbox the country's name and a star icon appears in another test panel. After that, if (None) is selected,…
thatsawinner
  • 151
  • 8
5
votes
1 answer

What is a broker, topic, queue

I tried to find details about broker, topic, queue; but couldn't get good results. I tried to Google on these topics but couldn't find much. Can somebody help explaining these concepts.
thegeek
  • 93
  • 1
  • 7
5
votes
1 answer

How tibco is useful to organizations and why it is used?

I am interested in learning tibco.I have found some good videos in youtube but all those are only tutorials.None of the videos answer why tibco is used in organizations and how it is useful to the same.I saw some tutorials in webservices and yes we…
rocking
  • 4,729
  • 9
  • 30
  • 45
5
votes
2 answers

Multiple processes servicing a single subscription causes MQRC_SUBSCRIPTION_IN_USE

I have a TIBCO BusinessWorks process that is publishing to a JMS topic -- lets call it TOPIC.A -- there is one process that is subscribing to that topic with a name SUBSCRIBE.A. The problem I have is that the first server that starts listening to…
Joe Zitzelberger
  • 4,238
  • 2
  • 28
  • 42
5
votes
1 answer

WSDL Client Generation not complete?

Just tried to generate java client generation from a WSDL file ( using XFire using XMLBeans binding ) I am able to generate the client + Fault Message ( no error ) , however input message and output message was not generated, it's also not…
Rudy
  • 7,008
  • 12
  • 50
  • 85
4
votes
2 answers

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?
carfield
  • 2,011
  • 2
  • 15
  • 15
1
2
3
60 61