Use this tag for the Topic Based Communication model in Tibco EMS based messaging
Questions tagged [tibco-topic]
34 questions
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
3
votes
2 answers
Which JMS client library to use?
We want to subscribe to a JMS topic from our java implementation. JMS topic team suggests to use tibco library. I just want to ask if it is mandatory to use the same libraries which server/topic is using to send the messages or can I use any library…

Popeye
- 1,548
- 3
- 25
- 39
3
votes
6 answers
Tibco Administrator
Where does the Tibco Administrator GUI get the status of applications and services?
In my project, I have a requirement to read the status of all the services listed in Tibco admin. I don't have Tibco hawk installed and I need some other alternative…

Vicky Ramachandran
- 31
- 2
3
votes
1 answer
EXSLT extension "dyn:evaluate($expr)" failing in XSLT 1.0 in TIBCO BW
I've been trying to implement dynamic evaluation of an expression using Exslt extension dyn:evaluate($expression) in XSLT1.0, but I'm getting the below error.
BW-XML-100006 Job-261000 Error in [Transform_MCIN_XML/Dyn.process/Transform XML]
The…

Guru
- 37
- 6
2
votes
1 answer
Authentication failure while connecting to Tibco topic through Spring Boot
I am trying to listen to messages coming through a Tibco topic in my spring boot application. My config looks like this -
@Configuration
@EnableJms
public class TibcoConfig {
@Bean
public ConnectionFactory connectionFactory() {
…

Pooja Mazumdar
- 223
- 2
- 14
2
votes
0 answers
Spotfire DB connection in python script
we are doing tagging in Spotfire. For this purpose we are using a python script. inside that script for data source connection we are using follwong code.
dbsettings = DatabaseDataSourceSettings( "System.Data.OracleClient","Data…

J K
- 165
- 2
- 14
1
vote
1 answer
Tibco EMS between different applications
Is it possible to send a class object between two different applications using Tibco EMS topic. Should the class be created at receiver end also for the same

user8147129
- 11
- 1
1
vote
1 answer
Create a Mashery API Definition that can be accessed without authentication
I manage to create so many API Definition that always using oauth 2 or Api Key, but how to create a definition without any authorization (just link as is) ? like a deeplink or shortened url that no need any authorization.
I see custom options but…

aswzen
- 1,512
- 29
- 46
1
vote
0 answers
how to restive/get all service instances value in Tibco Administrator?
In Tibco Administrator I've more then 30 application. i want to get all details of each application inside configuration and service instances is there anyway to export all data?

smit patel
- 125
- 1
- 1
- 8
1
vote
0 answers
Spring Boot Application deployed as a war with a JMS Listener- Running out of Threads and Memory
Hello I have a spring boot application deployed as a war in tomcat. I am listening to messages on a jms topic in the application. I have a TIBCO Message Broker and following is a small snippet of code I have for listening to messages-
…

Indraneel Bende
- 3,196
- 4
- 24
- 36
1
vote
1 answer
How to only display rows without a specific word in spotfire
Below is the dataset. I want to display only the rows that doesn't have "confidential" in the description column in spotfire. Thanks.

Chitra
- 21
- 1
1
vote
1 answer
how to parse incoming XML file in HTTP request and generate s response based on incoming XML data in Tibco BW
I am new to TIBCO BW development. I need your expert opinion, as I am stuck to create a response XML file. Here is the scenario.
I get a XML file in the HTTP request and after parsing the incoming request XML structure, I have to create a response…

Sanjib Behera
- 101
- 1
- 13
1
vote
1 answer
Can outgoing job counts be controlled in tibco bw and how?
I have a requirement: the backend can accept only 20 parallel request at a time. It is shared by many other clients and so it is not dedicated.
I have 100 ready request to be sent to the backend, but according to the requirement only 20 request…

Dazzy Tulip
- 21
- 6
1
vote
1 answer
Does Spotfire Server do any caching beyond On-Demand data?
I'm performing benchmark testing for a new Spotfire server and while I realize that the web player has caching for multiple accesses of a DXP, I'm not really sure if the desktop client is caching for repeated access. Is that something I should even…

lucaswood1
- 33
- 6
1
vote
1 answer
How to let each sub queue and sub topic to reply to main QueueMessageSender thru bridge?
I have a project as attached pic and
it has 1 main entry as QueueReceiver with queue of queue.sample to receive message then send to TopicPublisher to send to bridge, through bridge, it sends to 3 different sub queues and 2 different sub…

sunnycode
- 11
- 1