So I started to work in a semiconductor company as a working student and they gave me the task to write a watchdog for the tibco messaging bus. It should show the workload of the messaging bus, if it is busy at the moment or not. I havent figured out everything yet, but as far as I understand the architecture now there are java processes like EQC and EQS who handle the messaging and interact with the messaging bus. We also have some servieces, that connect with the database. We have one big database with really big data. And we acces these data via pl/sql. So I have no clue how to start something like this. Do you guys have any idea how to start/ do this?
Watchdog for Messaging Bus
92 Views Asked by NECben067 At
1
There are 1 best solutions below
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in PLSQL
- How to send message to syslog agent in plsql
- In PLSQL, How to fetch "User Tables" but not limited to Owner wise only, that have been created under different Schemas of different Users
- How to add the decimal point based on the condition in oracle?
- I am writing the sql query to get the latest supervisor and their job
- How to pass a array object to an oracle stored procedure?
- Difference between an "IS" or "AS" function/procedure declaration PL/SQL
- Best way to create a conditional SQL query? CASE, DECODE, or IF/THEN?
- Can anyone please post working code to send email using sendgrid on Azure databse using PLSQL procedure
- Retrieve record specific date and time in Oracle SQL
- Need to use join result into second cursor in PL/SQL
- ORACLE: Build 'INSERT INTO' statements from 'SELECT *' results
- ORACLE: Build 'INSERT INTO' statements from SELECT * results
- Error in Syntax - Oracle APEX - apex_authorization.is_authorized function
- How to convert CLOB to varchar , and separate them by comma
- Please, my Oracle EBS query when creating a custom report still contains duplicate data,
Related Questions in WATCHDOG
- Watchdog Timer Reset on ESP32 using Webservers
- Freeze after two subsequent software resets for Zynq 7000 FPGA (with SoC)
- Can't get watchdog to kick on freeRTOS application using S32K mcu
- How to Solve "Watchdog: nothing configured" Error in Ubuntu EC2 When Fetching Data from Firebase Firestore
- Digispark ATtiny85 suddenly stopps sending data
- Flask (connexion) app not reloading monitored extra_files when building app as a python package
- ESP32 Watch Dog Timer got Triggered when i want to move motors by pressing button from webserver
- Can i use high frequency in event callback in ESP32 with MCPWM?
- Python doesn't recognize Watchdog
- ESP32 Project with Delayed Telegram Message Sending – Is a 20-Second Watchdog Timeout Appropriate?
- How to run outlook using watchdog
- Python watchdog module on a mapped network drive directory and subdirecotry events
- Python Watchdog library update snapshot with chosen files
- Run Python Script based on Watchdog once files in folder
- Python, Watchdog and Self Reference
Related Questions in TIBCO-RV
- Return messaging with Pulsar
- How to write Tibco rv appenders in log4j2? Does log4j2 support Tibco rv appenders?
- Python library for Tibco message queue connection with client and server side python scripting
- Routing to receivers with daemon only - without network or service
- Tibco 8.6 64 bit RVD connection issue
- How to Install AMX TIBCO BPM
- TIBCO RV - Remote queue writing max message rate limits
- Is there a way to use spring integration tcp udp adapter with tibco rv?
- tibco-rv inbound outbound messages
- Watchdog for Messaging Bus
- Tibco-Rv: How to establish two way communication using TibRv-Java api
- Check if a Tibco Rendezvous Inbox is valid
- Getting a Heartbeat message error in a TIBCO custom adapter
- Spring-integration with tibco Rendezvous
- Creating TIBCO Rendezvous Listener wait for response on different subject and candidate event key
Related Questions in MESSAGE-BUS
- Command Bus/Dispatcher and Handler registration without Dependency Injection
- Message bus for OSGi services
- In Android it is better to use bounded service for communicating with a fragment or a service with a eventbus system (MessageBus) is enough?
- Message Queue vs Message Bus -- what are the differences?
- MessageBus pattern to do an initial sync
- Why does RabbitMQ becomes unresponsive?
- Message Bus message documentation using Swashbuckle.AspNetCore?
- ZeroMQ Pub-Sub + Dynamic Discovery without a Mediator
- Design considerations for heavy loaded asp.net MVC + Web API application and asynchronous message bus
- How to deploy MessageBus in Liferay?
- Passing messages from Node.js to external systems?
- AvaloniaUI - MVVM/ReactiveUI - compatability with standard ReactiveUI
- Publishing on a specific partition of a topic using pykafka
- MassTransit 6.3.2 Consumer is never called when using IBusControl.ConnectConsumer
- name of channel in rabitmq consumer using celery
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Congrats one the new page of your life! Here, and specifically, on your case, we can share the tips and experience, to help you a bit. Of course, be prepared to do the heavy load yourself - that's the main point of learning. Tips:
Supervisor wants to see how you cope with this huge task, but with YOUR strength. Take a paper and a pen, and try to create some sort of a workflow. Write every questions,that pops up. After this, you can go to your supervisor and discuss the current state, what needs to be done. If he is a good supervisor, he also will give you some hints/provide guidance.
If you stumble a technical issue, ask us - we will surely help you.
Good luck, mate!