• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

WL 10.3 - Asynchronous Queue Sender

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

I'm trying to send messages to a queue asynchronously. I've been reading a lot and I still don't have a clear idea about if this is possible or not.

I've created a Connection Factory with One-way message sending enabled for both topics and queues, and I use this code on the sender.



This code works nice but I need to know how to make this sendings asynchronously if it is possible.

Thanks!
[ December 03, 2008: Message edited by: bisala ]
reply
    Bookmark Topic Watch Topic
  • New Topic