Author |
Message
|
joicedony |
Posted: Mon May 31, 2010 5:15 am Post subject: New to MessageBroker 7.0 |
|
|
Newbie
Joined: 31 May 2010 Posts: 8
|
Hi ,
I just to want to know how this version 7.0 is useful to us, and what is required to develop and deploy one mesaage flow, can anyone help me to do one sample message flow in V7.0.
It could be grateful if anyone have documentation or link.
Regards,
Joice.V |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon May 31, 2010 5:49 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
|
Back to top |
|
 |
joicedony |
Posted: Mon May 31, 2010 11:22 pm Post subject: New to MessageBroker 7.0 |
|
|
Newbie
Joined: 31 May 2010 Posts: 8
|
Appreciate ur quick response, i want to some things clarify before start the development of message flow, how to create the Broker and Confirguration Manager without help of DB2.
Regards
Joice.V |
|
Back to top |
|
 |
zpat |
Posted: Mon May 31, 2010 11:53 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jun 01, 2010 12:55 am Post subject: Re: New to MessageBroker 7.0 |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
joicedony wrote: |
Appreciate ur quick response, i want to some things clarify before start the development of message flow, how to create the Broker and Confirguration Manager without help of DB2.
Regards
Joice.V |
As zpat said, there is no configmgr and you don't need db2 at all.
So to create a broker, you use mqsicreatebroker. |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Jun 01, 2010 2:48 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
For a new user, I wouldn't recommend dropping down to the command line at all.
If you're just playing with WMB to get something working, it's really straightforward:
1) Start up the Message Broker Toolkit
2) Run the Default Configuration Wizard (Click Help -> Welcome -> Get Started -> Create the Default Configuration).
3) Import and deploy a sample (Help -> Welcome -> Get Started -> Verify your installation using the Pager Samples).
If you want to have a go at doing your own development, use the Message Flow editor to wire some nodes together, or use the Patterns Explorer to quickly develop something for a common scenario.
Either approach produces artefacts that can be deployed directly onto the target environment... you do this by dragging and dropping the files onto an execution group (for example, "default") from your default configuration. |
|
Back to top |
|
 |
|