• 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

Websphere JMS queue not being populated

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

I am working on Websphere 7.0 and I have created a JMS queue using the following link

http://www.devartplus.com/asynchronous-messaging-using-jms-on-websphere-7-0/


But there is a problem. The message is not going on queue. The queue depth is zero but it is not showing any error. If I am using Universal integration client, and giving connection factory name and queue name and message, it shows message is sent but the queue is not populated by the message.Can you please guide me on the same.

 
reply
    Bookmark Topic Watch Topic
  • New Topic