SlideShare ist ein Scribd-Unternehmen logo
1 von 51
© 2013 IBM Corporation
Using Patterns with WMBv8 and IIBv9
Ben Thompson – IBM Integration Bus Architect – bthomps@uk.ibm.com
© 2013 IBM Corporation2 IBM Integration Bus V9
Patterns
What is a Pattern, and why do I care?
Pattern Example – File Record Distribution to WMQ
Pattern Authoring – Solar Pattern & Map Flow Convert
Web Patterns
Associated IIB Technologies
– User Defined nodes
– Subflows as User Defined nodes
– Cloned nodes
© 2013 IBM Corporation3 IBM Integration Bus V9
The Patterns Challenge
Connectivity and Integration can be complex
Increasingly, the mission of IBM Integration Bus is to take difficult integration tasks and
make them easy to achieve – intuitive for tooling users, without the need for custom coding
Patterns can help simplify complex integration challenges by reducing them to the
expression of some basic Points of Variability in a set of common reusable solutions.
© 2013 IBM Corporation4 IBM Integration Bus V9
What is a pattern and why should I care?
A pattern is a reusable solution that encapsulates a tested approach to solving a
common architecture, design, or deployment task in a particular context.
WMB / IIB patterns are used to:
– Generate customized solutions to a recurring integration problem in an efficient way
– Encourage adoption of preferred techniques in message flow design
– Help guide developers who are new to the product
– Provide consistency in the generated resources
© 2013 IBM Corporation5 IBM Integration Bus V9
Built-In Patterns
Message Broker provides a core set of built-in patterns
These implement a variety of common scenarios
– Web service front end to a MQ based application
– Processing data stored in a file and routing to one or more queues
– Adding a proxy in front of a web service provider
– Processing data from an SAP system and routing to MQ
– Shredding messages and routing to one or more queues
Patterns are selected based on client feedback and field experience
This core set of patterns continues to grow with each release
Patterns are an important part of our Industry Pack approach
© 2013 IBM Corporation6 IBM Integration Bus V9
Patterns for Simplified Development
Create top-down, parameterized connectivity solutions
Reduce common problems in flow development
Communicate best practices to the broker community
Reduce time-to-value for solution development
Complement regular solution development in broker
Although sometimes they appear similar, patterns are NOT samples
© 2013 IBM Corporation7 IBM Integration Bus V9
A Simple Example
Route
© 2013 IBM Corporation8 IBM Integration Bus V9
A Simple Example
© 2013 IBM Corporation9 IBM Integration Bus V9
Message Broker
Pattern Authoring
© 2013 IBM Corporation10 IBM Integration Bus V9
Pattern Authoring
Patterns becomes even more compelling when you can create your own!
– Every organization has their own repeating connectivity patterns!
– Pattern authoring is the name we give to this technology in Message Broker
We recommend you start with a working solution
– One or more Message Broker projects
Pattern authoring is a design activity
– It may be long lived
– It is often not sequential
Using patterns is a top-down activity driven by a requirement, but:
– Authoring a working solution is (typically) a bottom-up activity
– So pattern authoring bridges these two different approaches
Patterns have their own development cycle
– Pattern Authoring editor supports this design activity
© 2013 IBM Corporation11 IBM Integration Bus V9
Create Your Working Solution
No change at all - design your Message Broker solution as you do today
– Pattern authoring does not change the tools you use to create solutions
– The key to a good pattern is to create a good working solution!
© 2013 IBM Corporation12 IBM Integration Bus V9
Pattern Authoring
Create a Template Message Flow
Create a Pattern Authoring Project
Add references from the Authoring Project to
the projects containing your exemplar(s)
In the Pattern Authoring Editor, select the
Source Files tab and choose the files to be
included with the Pattern.
Define target properties (properties that are
changed by a pattern selection)
A user-defined pattern can change:
– Promoted node properties
– Node properties in a message flow
– User-defined properties
© 2013 IBM Corporation13 IBM Integration Bus V9
Pattern Authoring – UI Customisation
© 2013 IBM Corporation14 IBM Integration Bus V9
Pattern Refinement
Pattern authoring in Message Broker supports property changes
– Node, user-defined properties (UDPs) and promoted node properties
Property variability is the most common type of variability that a pattern
might need to express - there are many others:
– Generate application text files such as ESQL scripts
– Make structural changes to Message Flows
– Create administration files such as MQSC scripts
It is impossible to try and predict all the possible extensions that a pattern
author might wish to implement
In Message Broker we provide two ways to extend pattern authoring
– Java code that is invoked when pattern instances are generated
– PHP templates that generate text files in pattern instance projects
© 2013 IBM Corporation15 IBM Integration Bus V9
Packaging a Pattern
15
© 2011 IBM Corporation16
Map Flow Conversion Pattern
The pattern framework can also be used to quickly
expose code which uses the WMB / IIB Message
Flow API via a User Interface (in some
circumstances, avoid needing to write an Eclipse
plugin!)
This pattern provides a message flow conversion
utility which changes WMBv7 style mapping nodes
into WMBv8 style mapping nodes.
The pattern can be installed into a WMBv8 Toolkit
by launching the supplied installation file
MapFlowConvertPattern.patternzip
© 2011 IBM Corporation17
© 2011 IBM Corporation18
© 2011 IBM Corporation19
© 2011 IBM Corporation20
© 2013 IBM Corporation21 IBM Integration Bus V9
Web Based Patterns
© 2013 IBM Corporation22 IBM Integration Bus V9
WMB Web Pattern Workflow
Web Browser
Broker Runtime
Patternzip
Repository
EGUser
Profiles
WMB REST API
BenAnthonyDave
WMB CMP APIPattern Generation
mqsipackagebar
© 2013 IBM Corporation23 IBM Integration Bus V9
© 2013 IBM Corporation24 IBM Integration Bus V9
Configure Web Pattern Parameters
© 2013 IBM Corporation25 IBM Integration Bus V9
Import and Select a WSDL file
The only mandatory pattern parameter is a WSDL interface for the Static Endpoint
© 2013 IBM Corporation26 IBM Integration Bus V9
Deploy the pattern
© 2013 IBM Corporation27 IBM Integration Bus V9
Deployment Process
© 2013 IBM Corporation28 IBM Integration Bus V9
Results
C:ProgramDataIBMMQSIregistryIB9NODECurrentVersionWebAdminuserDefaultworkspace
© 2013 IBM Corporation29 IBM Integration Bus V9
User Defined Nodes
© 2013 IBM Corporation30 IBM Integration Bus V9
An example UDN … Introducing the R2RML Node …
R2RML
Mapping File
R2RML
Mapping File
Triples
© 2013 IBM Corporation31 IBM Integration Bus V9
Example Message Flow
© 2013 IBM Corporation32 IBM Integration Bus V9
Subflow User Defined Nodes
© 2013 IBM Corporation33 IBM Integration Bus V9
Converting a Subflow into a UDN
© 2013 IBM Corporation34 IBM Integration Bus V9
Add User Defined Node File
© 2013 IBM Corporation35 IBM Integration Bus V9
New User Defined Node
© 2013 IBM Corporation36 IBM Integration Bus V9
Resulting Project – Right click UDN Project and Simulate to Test
© 2013 IBM Corporation37 IBM Integration Bus V9
Packaging a User Defined Node
© 2013 IBM Corporation38 IBM Integration Bus V9
SubFlow added to the node palette
© 2013 IBM Corporation39 IBM Integration Bus V9
Clone Nodes
© 2013 IBM Corporation40 IBM Integration Bus V9
.NET Cloned Nodes
New in
IIBv9
© 2013 IBM Corporation41 IBM Integration Bus V9
Create Cloned node process
New in
IIBv9
© 2013 IBM Corporation42 IBM Integration Bus V9
Cloned node example
The cloned node is added to the palette
The cloned node carries with it the properties which
were set on the original node
Additional properties per node instance can be added
as normal.
New in
IIBv9
© 2013 IBM Corporation43 IBM Integration Bus V9
Accessing .NETInput node properties
public PollingInputConnector(NBConnectorFactory connectorFactory, string name,
Dictionary<string, string> properties) : base(connectorFactory, name, properties)
{
// Check the Dictionary of user defined properties defined on the node.
// If there is a property named queueName then take its value for use later:
if (properties.ContainsKey("queueName"))
{
queueName = properties["queueName"];
}
}
Use the User Defined Properties tab of a .NETInput node to specify properties which can be
accessed by your .NET connector code.
The EventInputConnector or PollingInputConnector class, both define a
properties parameter, which is of the data type Dictionary<string,string>. This parameter
carries user-defined properties for the node, and any flow-level user-defined properties.
New in
IIBv9
© 2013 IBM Corporation44 IBM Integration Bus V9
New .NET Patterns
New in
IIBv9
Two new patterns for integrating with Microsoft
Dynamics CRM
SAP, or “raw” input protocols
Top level Source / Target maps created
Early bound C# code generated for the
Account Entity Microsoft Dynamics CRM object
© 2013 IBM Corporation45 IBM Integration Bus V9
Microsoft Dynamics CRM – Dynamic Input, Account Entity Output
The pattern creates a message flow that provides either MQ, File, or HTTP input nodes to
receive one or more of four event types: Create, Retrieve, Update, and Delete events
Received events are mapped into the relative Microsoft Dynamics CRM Account Entity data
using a graphical data map. The input object for the map is specified at pattern creation
time.
An output (response) object is also specified.
Flow invokes the .NETCompute node that connects to Microsoft Dynamics CRM, and
implements the early binding programming style to transfer the Account Entity data from the
Mapping node.
The CRM response data received by the .NETCompute node is passed to an additional
Mapping node which converts to the output object.
The .NET project contains the assembly files, and relative configuration files, used by the
.NETCompute node in the application.
© 2013 IBM Corporation46 IBM Integration Bus V9
Generated Resources
© 2013 IBM Corporation47 IBM Integration Bus V9
Pattern Example
© 2013 IBM Corporation48 IBM Integration Bus V9
Pattern Instance Results Summary
© 2013 IBM Corporation49 © 2013 IBM CorporationIBM Integration Bus V9
Introducing IBM MessageSight
– An appliance-based messaging server built on special purpose hardware
– Supports very large numbers of connected clients and devices, and high volumes of messages
– Secures the edge of the enterprise and enables use cases like mobile and telemetry
Two new patterns for integrating IBM MessageSight with backend systems
– Covers common use cases for bi-directional connectivity
– Use of JMS enables standards-based appliance connectivity that is also extensible to other providers
– Pattern design allows for future selection of high performance, standard MQTT as protocol
1) Event Filter Pattern
– Messaging appliance routes inbound events into the broker via JMS
– The broker narrows down events using decision service and inserts the subset into backend systems
2) Event Notification Pattern
– The broker detects an event from a backend system (e.g. message queue, database trigger)
– Broker fans out event via JMS to the appliance to interested connected clients
Easily Integrate with Appliance-based Messaging
MessageSight
IB Back-end
system
Filter
MessageSight
Many connected
devices
IB Back-end
system
Notification
Many connected
devices
© 2013 IBM Corporation50 IBM Integration Bus V9
Summary
Pattern Development Concepts
Subflow User Defined Nodes
Web Patterns
Clone nodes and new IIBv9 Patterns
© 2013 IBM Corporation51 IBM Integration Bus V9

Weitere ähnliche Inhalte

Was ist angesagt?

Democratic conditions in the era of ayub khan
Democratic conditions in the era of ayub khanDemocratic conditions in the era of ayub khan
Democratic conditions in the era of ayub khanRiaz Ahmed Noonari
 
Nationalization act 1970 in PAKISTAN
Nationalization act 1970 in PAKISTANNationalization act 1970 in PAKISTAN
Nationalization act 1970 in PAKISTANdiaryinc
 
Constitution of Pakistan 1962
Constitution of Pakistan 1962Constitution of Pakistan 1962
Constitution of Pakistan 1962Fatima Batool
 
1962 constitution of pakistan
1962 constitution of pakistan1962 constitution of pakistan
1962 constitution of pakistanShas Productions
 
Ayub Khan & the Great Decade
Ayub Khan & the Great DecadeAyub Khan & the Great Decade
Ayub Khan & the Great DecadeSarmad Agha
 
CRM in S/4HANA: Roadmap, Architecture and Business Process
CRM in S/4HANA: Roadmap, Architecture and Business ProcessCRM in S/4HANA: Roadmap, Architecture and Business Process
CRM in S/4HANA: Roadmap, Architecture and Business ProcessAshish Saxena
 
Combining SAP Extended ECM and SAP DMS (Document Management System)
Combining SAP Extended ECM and SAP DMS (Document Management System)Combining SAP Extended ECM and SAP DMS (Document Management System)
Combining SAP Extended ECM and SAP DMS (Document Management System) Thomas Demmler
 
Data ingestion and Acquisition on SAP Analytics Cloud
Data ingestion and Acquisition on SAP Analytics CloudData ingestion and Acquisition on SAP Analytics Cloud
Data ingestion and Acquisition on SAP Analytics CloudMadhumita Banerjee
 
SAP BTP ABAP Environment Series
SAP BTP ABAP Environment SeriesSAP BTP ABAP Environment Series
SAP BTP ABAP Environment SeriesPavan Golesar
 
Zulfikar Ali Bhutto Leadership Preview
Zulfikar Ali Bhutto Leadership PreviewZulfikar Ali Bhutto Leadership Preview
Zulfikar Ali Bhutto Leadership PreviewAta Ul Hassnain Awan
 
causes of delay of constitution of pakistan
causes of delay of constitution of pakistancauses of delay of constitution of pakistan
causes of delay of constitution of pakistanFaiza Afzal
 
18th Amendment & Challenges to Economic Growth –Need for Reforms to Strengthe...
18th Amendment & Challenges to Economic Growth –Need for Reforms to Strengthe...18th Amendment & Challenges to Economic Growth –Need for Reforms to Strengthe...
18th Amendment & Challenges to Economic Growth –Need for Reforms to Strengthe...Sustainable Development Policy Institute
 
What's New in SAP HANA View Modeling
What's New in SAP HANA View ModelingWhat's New in SAP HANA View Modeling
What's New in SAP HANA View ModelingSAP Technology
 
Time based progress analysis in project system (revenue recognition) sap blogs
Time based progress analysis in project system (revenue recognition)   sap blogsTime based progress analysis in project system (revenue recognition)   sap blogs
Time based progress analysis in project system (revenue recognition) sap blogsVenu Vemula
 
SAP Training ( PS , Material PR , Service PR ,Cost Planning , Budgeting , PO...
SAP Training ( PS , Material PR , Service PR ,Cost Planning , Budgeting ,  PO...SAP Training ( PS , Material PR , Service PR ,Cost Planning , Budgeting ,  PO...
SAP Training ( PS , Material PR , Service PR ,Cost Planning , Budgeting , PO...Soumya De
 
The Future of Business Planning with BPC 10.1 and SAP HANA
The Future of Business Planning with BPC 10.1 and SAP  HANAThe Future of Business Planning with BPC 10.1 and SAP  HANA
The Future of Business Planning with BPC 10.1 and SAP HANADickinson + Associates
 

Was ist angesagt? (20)

Democratic conditions in the era of ayub khan
Democratic conditions in the era of ayub khanDemocratic conditions in the era of ayub khan
Democratic conditions in the era of ayub khan
 
Nationalization act 1970 in PAKISTAN
Nationalization act 1970 in PAKISTANNationalization act 1970 in PAKISTAN
Nationalization act 1970 in PAKISTAN
 
Constitution of Pakistan 1962
Constitution of Pakistan 1962Constitution of Pakistan 1962
Constitution of Pakistan 1962
 
1962 constitution of pakistan
1962 constitution of pakistan1962 constitution of pakistan
1962 constitution of pakistan
 
Ayub Khan & the Great Decade
Ayub Khan & the Great DecadeAyub Khan & the Great Decade
Ayub Khan & the Great Decade
 
CRM in S/4HANA: Roadmap, Architecture and Business Process
CRM in S/4HANA: Roadmap, Architecture and Business ProcessCRM in S/4HANA: Roadmap, Architecture and Business Process
CRM in S/4HANA: Roadmap, Architecture and Business Process
 
Combining SAP Extended ECM and SAP DMS (Document Management System)
Combining SAP Extended ECM and SAP DMS (Document Management System)Combining SAP Extended ECM and SAP DMS (Document Management System)
Combining SAP Extended ECM and SAP DMS (Document Management System)
 
Data ingestion and Acquisition on SAP Analytics Cloud
Data ingestion and Acquisition on SAP Analytics CloudData ingestion and Acquisition on SAP Analytics Cloud
Data ingestion and Acquisition on SAP Analytics Cloud
 
Saira
SairaSaira
Saira
 
SAP BTP ABAP Environment Series
SAP BTP ABAP Environment SeriesSAP BTP ABAP Environment Series
SAP BTP ABAP Environment Series
 
Zulfikar Ali Bhutto Leadership Preview
Zulfikar Ali Bhutto Leadership PreviewZulfikar Ali Bhutto Leadership Preview
Zulfikar Ali Bhutto Leadership Preview
 
causes of delay of constitution of pakistan
causes of delay of constitution of pakistancauses of delay of constitution of pakistan
causes of delay of constitution of pakistan
 
IFRS
IFRSIFRS
IFRS
 
18th Amendment & Challenges to Economic Growth –Need for Reforms to Strengthe...
18th Amendment & Challenges to Economic Growth –Need for Reforms to Strengthe...18th Amendment & Challenges to Economic Growth –Need for Reforms to Strengthe...
18th Amendment & Challenges to Economic Growth –Need for Reforms to Strengthe...
 
What's New in SAP HANA View Modeling
What's New in SAP HANA View ModelingWhat's New in SAP HANA View Modeling
What's New in SAP HANA View Modeling
 
Time based progress analysis in project system (revenue recognition) sap blogs
Time based progress analysis in project system (revenue recognition)   sap blogsTime based progress analysis in project system (revenue recognition)   sap blogs
Time based progress analysis in project system (revenue recognition) sap blogs
 
SAP Training ( PS , Material PR , Service PR ,Cost Planning , Budgeting , PO...
SAP Training ( PS , Material PR , Service PR ,Cost Planning , Budgeting ,  PO...SAP Training ( PS , Material PR , Service PR ,Cost Planning , Budgeting ,  PO...
SAP Training ( PS , Material PR , Service PR ,Cost Planning , Budgeting , PO...
 
SAP Business One
SAP Business OneSAP Business One
SAP Business One
 
The Future of Business Planning with BPC 10.1 and SAP HANA
The Future of Business Planning with BPC 10.1 and SAP  HANAThe Future of Business Planning with BPC 10.1 and SAP  HANA
The Future of Business Planning with BPC 10.1 and SAP HANA
 
CIMA-F2-Consolidated Financial Statements
CIMA-F2-Consolidated Financial StatementsCIMA-F2-Consolidated Financial Statements
CIMA-F2-Consolidated Financial Statements
 

Andere mochten auch

創人物Vol.6學生領袖 - Roverson
創人物Vol.6學生領袖 - Roverson創人物Vol.6學生領袖 - Roverson
創人物Vol.6學生領袖 - Roverson交點
 
Gesl rainbow plus 13 presentation
Gesl rainbow plus 13 presentationGesl rainbow plus 13 presentation
Gesl rainbow plus 13 presentationyunir
 
Mensaje de Virgina Lasio a los Graduados del 2012
Mensaje de Virgina Lasio a los Graduados del 2012Mensaje de Virgina Lasio a los Graduados del 2012
Mensaje de Virgina Lasio a los Graduados del 2012ESPAE
 
Tecnologia y sociedad pablo
Tecnologia y sociedad pabloTecnologia y sociedad pablo
Tecnologia y sociedad pablopablohenriquebr
 
Watch duck commander 500 live racing on android
Watch duck commander 500 live racing on androidWatch duck commander 500 live racing on android
Watch duck commander 500 live racing on androidpaulwalker115
 
Watch nascar duck commander 500 live racing
Watch nascar duck commander 500 live racingWatch nascar duck commander 500 live racing
Watch nascar duck commander 500 live racingpaulwalker115
 
Projetos desafios português - 2º ano - caderno atividades
Projetos desafios   português - 2º ano - caderno atividadesProjetos desafios   português - 2º ano - caderno atividades
Projetos desafios português - 2º ano - caderno atividadesNozinhos
 
Desafios empresariales que enfrenta Colombia - Inserción en las Cadenas Globa...
Desafios empresariales que enfrenta Colombia - Inserción en las Cadenas Globa...Desafios empresariales que enfrenta Colombia - Inserción en las Cadenas Globa...
Desafios empresariales que enfrenta Colombia - Inserción en las Cadenas Globa...Camilo Montes
 

Andere mochten auch (16)

DCSI
DCSIDCSI
DCSI
 
創人物Vol.6學生領袖 - Roverson
創人物Vol.6學生領袖 - Roverson創人物Vol.6學生領袖 - Roverson
創人物Vol.6學生領袖 - Roverson
 
Gesl rainbow plus 13 presentation
Gesl rainbow plus 13 presentationGesl rainbow plus 13 presentation
Gesl rainbow plus 13 presentation
 
Dia de muertos
Dia de muertosDia de muertos
Dia de muertos
 
Mensaje de Virgina Lasio a los Graduados del 2012
Mensaje de Virgina Lasio a los Graduados del 2012Mensaje de Virgina Lasio a los Graduados del 2012
Mensaje de Virgina Lasio a los Graduados del 2012
 
Tecnologia y sociedad pablo
Tecnologia y sociedad pabloTecnologia y sociedad pablo
Tecnologia y sociedad pablo
 
Bo 19 12-2012-69 (1)
Bo 19 12-2012-69 (1)Bo 19 12-2012-69 (1)
Bo 19 12-2012-69 (1)
 
FSE Brochure
FSE BrochureFSE Brochure
FSE Brochure
 
Tics
TicsTics
Tics
 
Watch duck commander 500 live racing on android
Watch duck commander 500 live racing on androidWatch duck commander 500 live racing on android
Watch duck commander 500 live racing on android
 
Activity word ict
Activity word ictActivity word ict
Activity word ict
 
Watch nascar duck commander 500 live racing
Watch nascar duck commander 500 live racingWatch nascar duck commander 500 live racing
Watch nascar duck commander 500 live racing
 
Tae
TaeTae
Tae
 
Converttoweb
ConverttowebConverttoweb
Converttoweb
 
Projetos desafios português - 2º ano - caderno atividades
Projetos desafios   português - 2º ano - caderno atividadesProjetos desafios   português - 2º ano - caderno atividades
Projetos desafios português - 2º ano - caderno atividades
 
Desafios empresariales que enfrenta Colombia - Inserción en las Cadenas Globa...
Desafios empresariales que enfrenta Colombia - Inserción en las Cadenas Globa...Desafios empresariales que enfrenta Colombia - Inserción en las Cadenas Globa...
Desafios empresariales que enfrenta Colombia - Inserción en las Cadenas Globa...
 

Ähnlich wie 201307 esb01 - iib v9 patterns

Introduction to Patterns in WebSphere Message Broker
Introduction to Patterns in WebSphere Message BrokerIntroduction to Patterns in WebSphere Message Broker
Introduction to Patterns in WebSphere Message BrokerAnt Phillips
 
Whats new in IIB v9 + Open Beta v10 GSE
Whats new in IIB v9 + Open Beta v10 GSEWhats new in IIB v9 + Open Beta v10 GSE
Whats new in IIB v9 + Open Beta v10 GSEDominic Storey
 
Marco 2014 iib90_overview_port
Marco 2014 iib90_overview_portMarco 2014 iib90_overview_port
Marco 2014 iib90_overview_portJuan Garay
 
Hia 1689-techinical introduction-to_iib
Hia 1689-techinical introduction-to_iibHia 1689-techinical introduction-to_iib
Hia 1689-techinical introduction-to_iibAndrew Coleman
 
IBM SmartCloud Orchestration
IBM SmartCloud OrchestrationIBM SmartCloud Orchestration
IBM SmartCloud OrchestrationIBM Danmark
 
UrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slidesUrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slidesIBM Rational software
 
Cloud adoption patterns April 11 2016
Cloud adoption patterns April 11 2016Cloud adoption patterns April 11 2016
Cloud adoption patterns April 11 2016Kyle Brown
 
2109 mobile cloud integrating your mobile workloads with the enterprise
2109 mobile cloud  integrating your mobile workloads with the enterprise2109 mobile cloud  integrating your mobile workloads with the enterprise
2109 mobile cloud integrating your mobile workloads with the enterpriseTodd Kaplinger
 
Cloud adoption patterns
Cloud adoption patternsCloud adoption patterns
Cloud adoption patternsKyle Brown
 
Elevating your Continuous Delivery Strategy Above the Rolling Clouds
Elevating your Continuous Delivery Strategy Above the Rolling CloudsElevating your Continuous Delivery Strategy Above the Rolling Clouds
Elevating your Continuous Delivery Strategy Above the Rolling CloudsMichael Elder
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5Vinayak Tavargeri
 
Effective Application Development with WebSphere Message Broker
Effective Application Development with WebSphere Message BrokerEffective Application Development with WebSphere Message Broker
Effective Application Development with WebSphere Message BrokerAnt Phillips
 
Messaging in the Cloud with IBM MQ Light and IBM Bluemix
Messaging in the Cloud with IBM MQ Light and IBM BluemixMessaging in the Cloud with IBM MQ Light and IBM Bluemix
Messaging in the Cloud with IBM MQ Light and IBM BluemixRobert Nicholson
 
IBM Hybrid Cloud Integration UCC Talk, 21st November 2018
IBM Hybrid Cloud Integration UCC Talk, 21st November 2018IBM Hybrid Cloud Integration UCC Talk, 21st November 2018
IBM Hybrid Cloud Integration UCC Talk, 21st November 2018Michael O'Sullivan
 
Continuous Delivery on IBM Bluemix: Manage Cloud Native Services with Cloud N...
Continuous Delivery on IBM Bluemix: Manage Cloud Native Services with Cloud N...Continuous Delivery on IBM Bluemix: Manage Cloud Native Services with Cloud N...
Continuous Delivery on IBM Bluemix: Manage Cloud Native Services with Cloud N...Michael Elder
 
IBM z/OS Provisioning Toolkit V1.1
IBM z/OS Provisioning Toolkit V1.1IBM z/OS Provisioning Toolkit V1.1
IBM z/OS Provisioning Toolkit V1.1Matthew Webster
 
M10: How to implement mq in a containerized architecture ITC 2019
M10: How to implement mq in a containerized architecture ITC 2019M10: How to implement mq in a containerized architecture ITC 2019
M10: How to implement mq in a containerized architecture ITC 2019Robert Parker
 
Foundry Management System Desktop Application
Foundry Management System Desktop Application Foundry Management System Desktop Application
Foundry Management System Desktop Application Dharmendra Sid
 
CTU 2017 - I168 IBM MQ in the cloud
CTU 2017 - I168 IBM MQ in the cloudCTU 2017 - I168 IBM MQ in the cloud
CTU 2017 - I168 IBM MQ in the cloudRobert Parker
 

Ähnlich wie 201307 esb01 - iib v9 patterns (20)

Introduction to Patterns in WebSphere Message Broker
Introduction to Patterns in WebSphere Message BrokerIntroduction to Patterns in WebSphere Message Broker
Introduction to Patterns in WebSphere Message Broker
 
Whats new in IIB v9 + Open Beta v10 GSE
Whats new in IIB v9 + Open Beta v10 GSEWhats new in IIB v9 + Open Beta v10 GSE
Whats new in IIB v9 + Open Beta v10 GSE
 
Marco 2014 iib90_overview_port
Marco 2014 iib90_overview_portMarco 2014 iib90_overview_port
Marco 2014 iib90_overview_port
 
Hia 1689-techinical introduction-to_iib
Hia 1689-techinical introduction-to_iibHia 1689-techinical introduction-to_iib
Hia 1689-techinical introduction-to_iib
 
IBM SmartCloud Orchestration
IBM SmartCloud OrchestrationIBM SmartCloud Orchestration
IBM SmartCloud Orchestration
 
Overview
OverviewOverview
Overview
 
UrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slidesUrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slides
 
Cloud adoption patterns April 11 2016
Cloud adoption patterns April 11 2016Cloud adoption patterns April 11 2016
Cloud adoption patterns April 11 2016
 
2109 mobile cloud integrating your mobile workloads with the enterprise
2109 mobile cloud  integrating your mobile workloads with the enterprise2109 mobile cloud  integrating your mobile workloads with the enterprise
2109 mobile cloud integrating your mobile workloads with the enterprise
 
Cloud adoption patterns
Cloud adoption patternsCloud adoption patterns
Cloud adoption patterns
 
Elevating your Continuous Delivery Strategy Above the Rolling Clouds
Elevating your Continuous Delivery Strategy Above the Rolling CloudsElevating your Continuous Delivery Strategy Above the Rolling Clouds
Elevating your Continuous Delivery Strategy Above the Rolling Clouds
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5
 
Effective Application Development with WebSphere Message Broker
Effective Application Development with WebSphere Message BrokerEffective Application Development with WebSphere Message Broker
Effective Application Development with WebSphere Message Broker
 
Messaging in the Cloud with IBM MQ Light and IBM Bluemix
Messaging in the Cloud with IBM MQ Light and IBM BluemixMessaging in the Cloud with IBM MQ Light and IBM Bluemix
Messaging in the Cloud with IBM MQ Light and IBM Bluemix
 
IBM Hybrid Cloud Integration UCC Talk, 21st November 2018
IBM Hybrid Cloud Integration UCC Talk, 21st November 2018IBM Hybrid Cloud Integration UCC Talk, 21st November 2018
IBM Hybrid Cloud Integration UCC Talk, 21st November 2018
 
Continuous Delivery on IBM Bluemix: Manage Cloud Native Services with Cloud N...
Continuous Delivery on IBM Bluemix: Manage Cloud Native Services with Cloud N...Continuous Delivery on IBM Bluemix: Manage Cloud Native Services with Cloud N...
Continuous Delivery on IBM Bluemix: Manage Cloud Native Services with Cloud N...
 
IBM z/OS Provisioning Toolkit V1.1
IBM z/OS Provisioning Toolkit V1.1IBM z/OS Provisioning Toolkit V1.1
IBM z/OS Provisioning Toolkit V1.1
 
M10: How to implement mq in a containerized architecture ITC 2019
M10: How to implement mq in a containerized architecture ITC 2019M10: How to implement mq in a containerized architecture ITC 2019
M10: How to implement mq in a containerized architecture ITC 2019
 
Foundry Management System Desktop Application
Foundry Management System Desktop Application Foundry Management System Desktop Application
Foundry Management System Desktop Application
 
CTU 2017 - I168 IBM MQ in the cloud
CTU 2017 - I168 IBM MQ in the cloudCTU 2017 - I168 IBM MQ in the cloud
CTU 2017 - I168 IBM MQ in the cloud
 

Kürzlich hochgeladen

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Kürzlich hochgeladen (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

201307 esb01 - iib v9 patterns

  • 1. © 2013 IBM Corporation Using Patterns with WMBv8 and IIBv9 Ben Thompson – IBM Integration Bus Architect – bthomps@uk.ibm.com
  • 2. © 2013 IBM Corporation2 IBM Integration Bus V9 Patterns What is a Pattern, and why do I care? Pattern Example – File Record Distribution to WMQ Pattern Authoring – Solar Pattern & Map Flow Convert Web Patterns Associated IIB Technologies – User Defined nodes – Subflows as User Defined nodes – Cloned nodes
  • 3. © 2013 IBM Corporation3 IBM Integration Bus V9 The Patterns Challenge Connectivity and Integration can be complex Increasingly, the mission of IBM Integration Bus is to take difficult integration tasks and make them easy to achieve – intuitive for tooling users, without the need for custom coding Patterns can help simplify complex integration challenges by reducing them to the expression of some basic Points of Variability in a set of common reusable solutions.
  • 4. © 2013 IBM Corporation4 IBM Integration Bus V9 What is a pattern and why should I care? A pattern is a reusable solution that encapsulates a tested approach to solving a common architecture, design, or deployment task in a particular context. WMB / IIB patterns are used to: – Generate customized solutions to a recurring integration problem in an efficient way – Encourage adoption of preferred techniques in message flow design – Help guide developers who are new to the product – Provide consistency in the generated resources
  • 5. © 2013 IBM Corporation5 IBM Integration Bus V9 Built-In Patterns Message Broker provides a core set of built-in patterns These implement a variety of common scenarios – Web service front end to a MQ based application – Processing data stored in a file and routing to one or more queues – Adding a proxy in front of a web service provider – Processing data from an SAP system and routing to MQ – Shredding messages and routing to one or more queues Patterns are selected based on client feedback and field experience This core set of patterns continues to grow with each release Patterns are an important part of our Industry Pack approach
  • 6. © 2013 IBM Corporation6 IBM Integration Bus V9 Patterns for Simplified Development Create top-down, parameterized connectivity solutions Reduce common problems in flow development Communicate best practices to the broker community Reduce time-to-value for solution development Complement regular solution development in broker Although sometimes they appear similar, patterns are NOT samples
  • 7. © 2013 IBM Corporation7 IBM Integration Bus V9 A Simple Example Route
  • 8. © 2013 IBM Corporation8 IBM Integration Bus V9 A Simple Example
  • 9. © 2013 IBM Corporation9 IBM Integration Bus V9 Message Broker Pattern Authoring
  • 10. © 2013 IBM Corporation10 IBM Integration Bus V9 Pattern Authoring Patterns becomes even more compelling when you can create your own! – Every organization has their own repeating connectivity patterns! – Pattern authoring is the name we give to this technology in Message Broker We recommend you start with a working solution – One or more Message Broker projects Pattern authoring is a design activity – It may be long lived – It is often not sequential Using patterns is a top-down activity driven by a requirement, but: – Authoring a working solution is (typically) a bottom-up activity – So pattern authoring bridges these two different approaches Patterns have their own development cycle – Pattern Authoring editor supports this design activity
  • 11. © 2013 IBM Corporation11 IBM Integration Bus V9 Create Your Working Solution No change at all - design your Message Broker solution as you do today – Pattern authoring does not change the tools you use to create solutions – The key to a good pattern is to create a good working solution!
  • 12. © 2013 IBM Corporation12 IBM Integration Bus V9 Pattern Authoring Create a Template Message Flow Create a Pattern Authoring Project Add references from the Authoring Project to the projects containing your exemplar(s) In the Pattern Authoring Editor, select the Source Files tab and choose the files to be included with the Pattern. Define target properties (properties that are changed by a pattern selection) A user-defined pattern can change: – Promoted node properties – Node properties in a message flow – User-defined properties
  • 13. © 2013 IBM Corporation13 IBM Integration Bus V9 Pattern Authoring – UI Customisation
  • 14. © 2013 IBM Corporation14 IBM Integration Bus V9 Pattern Refinement Pattern authoring in Message Broker supports property changes – Node, user-defined properties (UDPs) and promoted node properties Property variability is the most common type of variability that a pattern might need to express - there are many others: – Generate application text files such as ESQL scripts – Make structural changes to Message Flows – Create administration files such as MQSC scripts It is impossible to try and predict all the possible extensions that a pattern author might wish to implement In Message Broker we provide two ways to extend pattern authoring – Java code that is invoked when pattern instances are generated – PHP templates that generate text files in pattern instance projects
  • 15. © 2013 IBM Corporation15 IBM Integration Bus V9 Packaging a Pattern 15
  • 16. © 2011 IBM Corporation16 Map Flow Conversion Pattern The pattern framework can also be used to quickly expose code which uses the WMB / IIB Message Flow API via a User Interface (in some circumstances, avoid needing to write an Eclipse plugin!) This pattern provides a message flow conversion utility which changes WMBv7 style mapping nodes into WMBv8 style mapping nodes. The pattern can be installed into a WMBv8 Toolkit by launching the supplied installation file MapFlowConvertPattern.patternzip
  • 17. © 2011 IBM Corporation17
  • 18. © 2011 IBM Corporation18
  • 19. © 2011 IBM Corporation19
  • 20. © 2011 IBM Corporation20
  • 21. © 2013 IBM Corporation21 IBM Integration Bus V9 Web Based Patterns
  • 22. © 2013 IBM Corporation22 IBM Integration Bus V9 WMB Web Pattern Workflow Web Browser Broker Runtime Patternzip Repository EGUser Profiles WMB REST API BenAnthonyDave WMB CMP APIPattern Generation mqsipackagebar
  • 23. © 2013 IBM Corporation23 IBM Integration Bus V9
  • 24. © 2013 IBM Corporation24 IBM Integration Bus V9 Configure Web Pattern Parameters
  • 25. © 2013 IBM Corporation25 IBM Integration Bus V9 Import and Select a WSDL file The only mandatory pattern parameter is a WSDL interface for the Static Endpoint
  • 26. © 2013 IBM Corporation26 IBM Integration Bus V9 Deploy the pattern
  • 27. © 2013 IBM Corporation27 IBM Integration Bus V9 Deployment Process
  • 28. © 2013 IBM Corporation28 IBM Integration Bus V9 Results C:ProgramDataIBMMQSIregistryIB9NODECurrentVersionWebAdminuserDefaultworkspace
  • 29. © 2013 IBM Corporation29 IBM Integration Bus V9 User Defined Nodes
  • 30. © 2013 IBM Corporation30 IBM Integration Bus V9 An example UDN … Introducing the R2RML Node … R2RML Mapping File R2RML Mapping File Triples
  • 31. © 2013 IBM Corporation31 IBM Integration Bus V9 Example Message Flow
  • 32. © 2013 IBM Corporation32 IBM Integration Bus V9 Subflow User Defined Nodes
  • 33. © 2013 IBM Corporation33 IBM Integration Bus V9 Converting a Subflow into a UDN
  • 34. © 2013 IBM Corporation34 IBM Integration Bus V9 Add User Defined Node File
  • 35. © 2013 IBM Corporation35 IBM Integration Bus V9 New User Defined Node
  • 36. © 2013 IBM Corporation36 IBM Integration Bus V9 Resulting Project – Right click UDN Project and Simulate to Test
  • 37. © 2013 IBM Corporation37 IBM Integration Bus V9 Packaging a User Defined Node
  • 38. © 2013 IBM Corporation38 IBM Integration Bus V9 SubFlow added to the node palette
  • 39. © 2013 IBM Corporation39 IBM Integration Bus V9 Clone Nodes
  • 40. © 2013 IBM Corporation40 IBM Integration Bus V9 .NET Cloned Nodes New in IIBv9
  • 41. © 2013 IBM Corporation41 IBM Integration Bus V9 Create Cloned node process New in IIBv9
  • 42. © 2013 IBM Corporation42 IBM Integration Bus V9 Cloned node example The cloned node is added to the palette The cloned node carries with it the properties which were set on the original node Additional properties per node instance can be added as normal. New in IIBv9
  • 43. © 2013 IBM Corporation43 IBM Integration Bus V9 Accessing .NETInput node properties public PollingInputConnector(NBConnectorFactory connectorFactory, string name, Dictionary<string, string> properties) : base(connectorFactory, name, properties) { // Check the Dictionary of user defined properties defined on the node. // If there is a property named queueName then take its value for use later: if (properties.ContainsKey("queueName")) { queueName = properties["queueName"]; } } Use the User Defined Properties tab of a .NETInput node to specify properties which can be accessed by your .NET connector code. The EventInputConnector or PollingInputConnector class, both define a properties parameter, which is of the data type Dictionary<string,string>. This parameter carries user-defined properties for the node, and any flow-level user-defined properties. New in IIBv9
  • 44. © 2013 IBM Corporation44 IBM Integration Bus V9 New .NET Patterns New in IIBv9 Two new patterns for integrating with Microsoft Dynamics CRM SAP, or “raw” input protocols Top level Source / Target maps created Early bound C# code generated for the Account Entity Microsoft Dynamics CRM object
  • 45. © 2013 IBM Corporation45 IBM Integration Bus V9 Microsoft Dynamics CRM – Dynamic Input, Account Entity Output The pattern creates a message flow that provides either MQ, File, or HTTP input nodes to receive one or more of four event types: Create, Retrieve, Update, and Delete events Received events are mapped into the relative Microsoft Dynamics CRM Account Entity data using a graphical data map. The input object for the map is specified at pattern creation time. An output (response) object is also specified. Flow invokes the .NETCompute node that connects to Microsoft Dynamics CRM, and implements the early binding programming style to transfer the Account Entity data from the Mapping node. The CRM response data received by the .NETCompute node is passed to an additional Mapping node which converts to the output object. The .NET project contains the assembly files, and relative configuration files, used by the .NETCompute node in the application.
  • 46. © 2013 IBM Corporation46 IBM Integration Bus V9 Generated Resources
  • 47. © 2013 IBM Corporation47 IBM Integration Bus V9 Pattern Example
  • 48. © 2013 IBM Corporation48 IBM Integration Bus V9 Pattern Instance Results Summary
  • 49. © 2013 IBM Corporation49 © 2013 IBM CorporationIBM Integration Bus V9 Introducing IBM MessageSight – An appliance-based messaging server built on special purpose hardware – Supports very large numbers of connected clients and devices, and high volumes of messages – Secures the edge of the enterprise and enables use cases like mobile and telemetry Two new patterns for integrating IBM MessageSight with backend systems – Covers common use cases for bi-directional connectivity – Use of JMS enables standards-based appliance connectivity that is also extensible to other providers – Pattern design allows for future selection of high performance, standard MQTT as protocol 1) Event Filter Pattern – Messaging appliance routes inbound events into the broker via JMS – The broker narrows down events using decision service and inserts the subset into backend systems 2) Event Notification Pattern – The broker detects an event from a backend system (e.g. message queue, database trigger) – Broker fans out event via JMS to the appliance to interested connected clients Easily Integrate with Appliance-based Messaging MessageSight IB Back-end system Filter MessageSight Many connected devices IB Back-end system Notification Many connected devices
  • 50. © 2013 IBM Corporation50 IBM Integration Bus V9 Summary Pattern Development Concepts Subflow User Defined Nodes Web Patterns Clone nodes and new IIBv9 Patterns
  • 51. © 2013 IBM Corporation51 IBM Integration Bus V9