Using the WebLogic Integration Administration Console

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Message Broker

The Message Broker module allows you to:

Note: You must be logged in as a member of the Administrators or IntegrationAdministrators group to modify channel security policies. See About WebLogic Integration Users, Groups, Roles, and Security Policies in User Management in the Worklist Console Online Help.

The following topics are provided:

About Message Broker Channels

A Message Broker channel has similar properties to a Java Message Service (JMS) topic, but is optimized for use with WebLogic Integration processes, controls, and event generators. Within a WebLogic Integration application:

Publishers to a Message Broker channel can pass message metadata with the message. This metadata can be received by the subscriber as a parameter.

Channel files define the channels available in a deployed application. To restrict the messages routed to static or dynamic subscribers, XQuery filters can be applied against message metadata (if the metadata is typed XML) or message body (if the body is string or typed XML). All subscribers registered to receive a message on a channel receive the message, subject to any filters they have set up. To learn more about defining channels, publishing or subscribing to channels, and creating subscription filters, see the following sections of Building Integration Applications in the WebLogic Workshop help:

Overview of the Message Broker Module

The following table lists the pages you can access from the Message Broker module. The tasks and help topics associated with each are provided.

Table 4-1 Elements of Message Broker Module
Page
Associated Tasks
Help Topics
Channel Summary List
View a list of channels. Channel name, message type, message count, subscriber count, and dead letter count are displayed.
Filter the list by channel name. Use ? to match any single character or * to match zero or more characters.
View Channel Details
View channel properties. Channel name, message type (xml, rawData, string, or none), number of subscribers, message count, dead letter count, security policies (publish roles, subscribe roles, and `dispatch as' principal) and subscription rules are displayed. You can access the process details for a subscriber from this page.
Edit Channel Subscribe and Publish Properties
View and set the publish roles, subscribe roles, and `dispatch as' principal defined for the channel.
View Message Broker Statistics
View summary statistics, including number of active channels, subscribed channels, dead letter count, message count, and time of last reset.
Reset the counts (published messages and dead letter).

Listing and Locating Channels

The Channel Summary List displays the channel name, type (xml, rawData, string, or none), number of subscribers, message count, and dead letter count for each channel.

  1. From the home page, select the Message Broker module to display the Channel Summary List.
  2. To locate a specific channel, do one of the following:
    • Filter by name. Enter the search target (use ? to match any single character or * to match zero or more characters.), then click Search. The channels matching the search criteria are displayed.
    • Note: If the Search field is empty, all entries are returned.
    • Resort the list. Ascending Message Broker Statistics Page and descending Message Broker Statistics Page arrow buttons indicate sortable columns. Click the arrow to change the sort order.
    • Scroll through the pages. Use the controls in the lower left corner. Go to a page by selecting the page number or by using the arrow buttons to go to the next Message Broker Statistics Page, previous Message Broker Statistics Page, first Message Broker Statistics Page, or last Message Broker Statistics Page page.

Related Topics

Viewing Channel Details and Subscriptions

The View Channel Details page displays the following properties.

Figure 4-1 Channel Details

Channel Details

  1. Locate the channel. See Listing and Locating Channels.
  2. Click the channel name to display the View Channel Details page.

Related Topics

Setting Channel Security Policies

The Edit Channel Subscribe and Publish Policies page allows you to set the following channel properties:

Note: If an authenticator that implements the required MBeans is not configured, the options for configuring the channel security policies are disabled. To learn more about the authenticator requirements, see Security Provider Requirements for User Management
Figure 4-2 Edit Channel Subscribe and Publish Policies

Edit Channel Subscribe and Publish Policies

Note: If the publish and subscribe roles are not defined, everyone is authorized. If the dispatch as user is not defined, messages are dispatched as anonymous.
  1. Locate the channel. See Listing and Locating Channels.
  2. Click the channel name to display the View Channel Details page.
  3. Click Edit Security Details.
  4. Add or remove Publish Roles or Subscribe Roles as follows:
  5. To add roles:

    a. From the Available Roles list, select the required roles. (To select multiple roles, press and hold the Ctrl key as you click each additional role.)

    b. Click the Edit Channel Subscribe and Publish Policies icon to move the selected roles to the Current Roles list.

    To remove roles:

    a. From the Current Roles list, select the required roles. (To select multiple roles, press and hold the Ctrl key as you click each additional role.)

    b. Click the Edit Channel Subscribe and Publish Policies icon to move the selected roles to the Available Roles list.

  6. From the Dispatch As drop-down list, select a valid user name.
  7. Note: If no user is specified, messages are dispatched as anonymous.
  8. Do one of the following:
    • To update the policies, click Submit.
    • The View Channel Details page is displayed.

    • To restore original settings, click Reset.
    • To disregard changes and return to the View Channel Details page, click Cancel.

Viewing Global Message Counts

The View Message Broker Statistics page displays the following:

Figure 4-3 Message Broker Statistics Page

Message Broker Statistics Page

Table 4-3 Elements of Message Broker Statistics page
Statistic
Description
Number of Active Channels
Number of channels available.
Number of Subscribed Channels
Number of channels that have one or more subscribers.
Dead Letter Count
When the Message Broker is unable to determine the URI to send a message to (that is, no subscribers are found), the message is sent to appropriate deadletter channel: /deadletter/xml, /deadletter/string, or /deadletter/rawData. The Dead Letter Count reflects the number of messages sent to the dead letter channels since the count was last reset.
Message Count
Messages published since the count was last reset.
Time of last reset
Time the message count was last reset.

  1. From the home page, select the Message Broker module.
  2. From the left panel, select View Statistics to display the View Message Broker Statistics page.

Related Topics

Resetting the Message Counts

You can reset the message counts for one or more channels from the Channel Summary List.

  1. From the home page, select the Message Broker module.
  2. The Channel Summary List is displayed.

  3. Click the check box to the left of the channels to be reset select them.
  4. Note: You can filter the list as described in Listing and Locating Channels.
  5. Click Reset Message Count to reset the message count for the selected channels.

  Back to Top       Previous  Next