• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IBM MQ example

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am new to IBM MQ, now iam working in mule ESB, so i have to integrate mule with IBM MQ. please explain me to quick start the sample example.

if you have sample example or guide, please send to me

babuj03@gmail.com
babuj03@rediffmail.com

Thanks Lot
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I provided some JMS info on this JavaRanch thread:

JMS Thread with Links

Hope it helps.

-Cameron McKenzie



Here's a full tutorial on setting up your WebSphere Test Environment to support a message driven bean:

Configuring JMS Messaging in the IRAD WebSphere Test Environment (WTE)

From there, there is a tutorial that demonstrates how to create a an MDB and bind it to the JMS message queue.

Free CBT Tutorial on creating JMD MDBs with IRAD 6.x

Here's some of the sample code from a stateless session EJB client (SLSB) placing a message on the created queue, which gets read by the MDB:

[CODE]
/*This SLSB places a message on a message queue, which is then consumed by the MDB*/

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you made it work yet? I am having problem with MQ as the following exception,

Invalid resource type. Expected javax.jms.ConnectionFactory, but got javax.na
ming.Reference (org.mule.umo.lifecycle.InitialisationException)
org.mule.providers.jms.JmsConnector:235 (http://mule.mulesource.org/docs/apido
cs/org/mule/umo/lifecycle/InitialisationException.html)

Thanks

John
 
reply
    Bookmark Topic Watch Topic
  • New Topic