tags:

views:

31

answers:

1

Hi, I have a chance to learn how to administer and develop for WebSphere. But after trying to find a book for it I am at a loss where to begin. I was hoping for some advice. I may have access to the IBM RAD IDE (I think that's what it is), but I am not sure.

I have a project I'd like to put on it but I am lost. Thanks.

edit: I do not care which language I end up using.

A: 

Download a trial MQ server from IBM (to some hosts or VMs? that won't matter if you break them...), and (optionally) add a WMB in front of it to transform some messages and fire some messages at it from a GUI client via another broker?

so you 'could': ia92 java gui to fire messages->microbroker(or rsmb or mosquitto)->WMB(optional)->MQ

have a look at the messages arriving on MQ via Websphere explorer (or its command line client, try googling for 'websphere MQ quick reference card') have a fiddle about with its subscriptions etc

and then start consuming those messages from its queues on the 'other' side of the chain via a WAS and then a java client MQ->MQ(bridge maybe)->WAS->some JEE client you've written

don't forget the red books, keep it simple and then keep on adding complexity e.g. encryption etc.

queBurro
my above 'answer' was a bit 'download some stuff and have a play', if you just want to have an inspect of your setup you could do worse than getting Websphere explorer downloaded to your pc and then having a look at your current system, there's also the command line client, start from 'dspmq' (on the cheat sheet) and work on from there
queBurro