Author |
Message
|
manojparidamqi |
Posted: Sat Oct 08, 2011 9:38 am Post subject: Websphere 6.0 + MQ Series 7 + JMS |
|
|
Newbie
Joined: 08 Oct 2011 Posts: 3
|
Hi Every One,
We are trying to develop a project, where we will be using web sphere 6, Websphere MQ 7 and JMS. Access to MQ will be done through configuration in the Admin Console using "jms resources". Can some one send me a tutorial link/documentation for above with the sample codes. I know how to configure in the Admin console but not sure about accessing the resources using JMS.
Thanks. |
|
Back to top |
|
 |
mqjeff |
Posted: Sat Oct 08, 2011 9:54 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Don't use WebSphere 6.
Have you determined when it goes out of support?
There's a million lines of sample code for writing JMS applications all over the internet. |
|
Back to top |
|
 |
manojparidamqi |
Posted: Sat Oct 08, 2011 10:11 am Post subject: |
|
|
Newbie
Joined: 08 Oct 2011 Posts: 3
|
No Idea, But for time being/ for next couple of months we will be using was 6. Actually we are adding new functionality using MQ, the application is an existing one. And yes there are many JMS related sample available in the net but i wanted exactly specific to was 6 and MQ. Do you have any link? |
|
Back to top |
|
 |
mqjeff |
Posted: Sat Oct 08, 2011 10:26 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
manojparidamqi wrote: |
No Idea, |
Go look.
manojparidamqi wrote: |
i wanted exactly specific to was 6 and MQ. |
To do what?
Why do you think you need specific code?
What do you expect to accomplish with specific code?
Why do you think specific code is better than general purpose code?
What have you read that suggests there *is* specific code for WAS6 and MQ?
manojparidamqi wrote: |
Do you have any link? |
Where have you looked for a link? |
|
Back to top |
|
 |
Vitor |
Posted: Sun Oct 09, 2011 6:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
manojparidamqi wrote: |
i wanted exactly specific to was 6 and MQ. |
Why? What would JMS code written with WMQ in mind have different to any other piece of JMS code? Likewise how would JMS code written for WAS 6 differ from code written for WAS 7 or any other server brand?
Why so specific? What's the requirement you can't meet with more generic code?
As to a link, Mr Google probably has one someplace. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Oct 09, 2011 1:38 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
There are some implementation specifics that may result in a different behavior when using JMS with MQ6 or MQ7 code. I suggest you read up on message properties handling and selectors implementation. It's all in the manual.
Think you want to use 7.0.1.6 for JMS because of the fixes. You need to find a suitable fixpack on WAS.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|