This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes interface to queue in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "interface to queue in java" Watch "interface to queue in java" New topic
Author

interface to queue in java

kumar choudary
Greenhorn

Joined: Sep 26, 2003
Posts: 1
Hi Friends,
i have one doubt,i.e from our program we have one method having 4 parametres,it carries email to address and cc,bcc,and body(email mesage)it is coneected to queues and finally go mesage to intended person.so how can we write interface using only java language to queues.
simple code is req.
thanks,
Nathan Pruett
Bartender

Joined: Oct 18, 2000
Posts: 4121

What is this 'queues' thing you're talking about?

From your message it's obviously related to email, but a link or something would really give more information.

I know JMS uses queues as one of it's communication models, but since you don't mention JMS anywhere else in your post, I have no idea if this is what you're talking about...

Also, it doesn't look like this question has anything to do with GUI development, so I'm moving it to one of the more general forums.
[ September 26, 2003: Message edited by: Nathan Pruett ]

-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: interface to queue in java
 
Similar Threads
part 3 before 2 ; urgent
Invoking MQ server from standalone java Appl
why we have to use weblogic server to read mails instead of using java mail API
Messages aren't being picked up from IBM MQ
How to send msgs to more than one MQ Queues