Initial knowledge of Toolkit interface
the interface above is Toolkit the first interface after launch, we have 5 blocks most commonly used :
Menu Area : system Menu area, including all actions.
Broker Development Zone : The development of engineering tree structure in this area, where the most commonly used are to create applications and create libraries, right-click will pop up all features.
Brokers :broker Admin area, we need this area for deployment, here mb8broker is the default Broker we created after installation .
Properties Area: Displays the property information for the current work node, which is often used when designing the process.
Workspace: This area is used to display and edit the corresponding files, most of which are graphically displayed.
How to use the specific parts, we will explain in a step-by-step example.
Create Broker:mbsample
There are 3 ways to create a Broker, and the following one by one introduce you :
Open Mbexplore
Su–wbiadmin
Strmqcfg
Create a local Broker
through Mbexplorer Create
Right-click Brokers, select new->localbroker,:
input Broker name : Mb_sample_broker,
and then tap Next
input QueueManager Name:mb_sample_queue, executable group name : Mb_sample_execution_group,
and then tap Next, start creating the Queue Manager , Broker, and Executiongroup.
When the creation is complete, the creation information is displayed,
Click Finish creation. the Broker created is displayed under Brokers and has been started,
Delete Broker
Right-click on the button you want to delete Broker, like the broker:mb_sample_broker you just created , choose deletebroker,
Popup Deletea Broker window, tick deletethe broker's queue Manager in the window to delete the corresponding Queue Manager :
Select Next start deleting, after completing the interface select Finish to complete the deletion.
-
< Span style= "font-size:12px" > through toolkit create
toolkit Brokers Zone, right-click brokers, popup with 2.1.2 same menu, select new->localbroker,< Span style= "font-family: ' Wenquanyi Zen Hei sharp '" > The Popup interface is as follows:
input Broker name, the corresponding queue manager name, and the executable group name, and then press finishto start the creation.
after the creation is complete, the new the Broker will appear below the Brokers ,
Create from command line
-
create Broker
su–wbiadmin
mqsicreatebroker MB_ Sample_broker-iwbiadmin-a wbiadmin-q mb_sample_queue
-
start Broker
mqsistart mb_sample_broker
-
< Span style= "font-size:12px" > create executiongroup
mqsicreateexecutiongroupmb_sample_broker-e mb_sample_execution_group
IBM Websphere Message Broker (MB) Tutorial Series-(2) Create broke