| Author |
Default Messaging in WAS 6.0.2
|
|
|
| Are there any good examples or docs which tells us how to configure JMS topics,queues and connection factories. We were using MQ series in WAS 5.1.x and would to make use the internal messaging engine that comes with WAS 6.0.2. I know that we have to use
the service integration bus for this but its not very clear how to configure the JMS resources with the SIB.
| |
| Paul Ilechko 2006-06-26, 1:25 pm |
| vivek.srinivasan@cgi-ams.com wrote:
> Are there any good examples or docs which tells us how to configure
> JMS topics,queues and connection factories. We were using MQ series
> in WAS 5.1.x and would to make use the internal messaging engine that
> comes with WAS 6.0.2. I know that we have to use the service
> integration bus for this but its not very clear how to configure the
> JMS resources with the SIB.
The only real change from the JMS perspective is that you configure
activation specs instead of listener ports for your MDBs. Obviously
creating the actual messaging resources is different in SIB that it is
with MQ.
There is an article on Developerworks here:
http://www-128.ibm.com/developerwor...504_barcia.html
- this should help you get started.
| |
|
| Thank you! That helped a lot. Is there an article to configure topics usings SIB. Again i searched but did not find a good reference. I have to improve my googling skills i guess!!
| |
| Paul Ilechko 2006-06-26, 7:22 pm |
| vivek.srinivasan@cgi-ams.com wrote:
> Thank you! That helped a lot. Is there an article to configure topics
> usings SIB. Again i searched but did not find a good reference. I
> have to improve my googling skills i guess!!
Part 2 of the same article ... just search on developerworks
| |
|
|
|
|