Author |
Message
|
dnaren |
Posted: Mon Aug 27, 2001 10:28 am Post subject: |
|
|
Apprentice
Joined: 10 Aug 2001 Posts: 45 Location: Charlotte, NC
|
I just completed a utility that allows you to browse, get, post, clear messages from a queue. It's written in Java and has Graphical User Interface. Here are some screen shots:
1.Main Window
2.Specifying Options
3.Browse, Get, Post buttons deal with single message at a time. 'Post' allows you to add 'Reply to queue' field to the message. 'Browse all' and 'Get all' deal with all the messages in the queue. You can browse/get all the messages to a directory. The messages will be written to files with names in 'queuename_timestamp_messagenumber.txt' format.
4. 'Multi-Post' button allows you to post multiple copies of the same message to a queue. I needed this option to fill up the queue for stress testing other applications.
5. 'Clear Queue' button is for clearing all the messages from the queue.
Any takers?
[ This Message was edited by: dnaren on 2001-08-31 16:12 ] |
|
Back to top |
|
|
bduncan |
Posted: Mon Aug 27, 2001 12:33 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
dnaren,
Perhaps you would consider allowing me to post your code in our software repository? If you could email me a zip or tar.gz file containing the necessary code, docs, etc.., I can post it for everyone to download, and of course credit you as the author. I for one would definitely be interested in looking at your program...
_________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
|
dnaren |
Posted: Thu Aug 30, 2001 9:56 am Post subject: |
|
|
Apprentice
Joined: 10 Aug 2001 Posts: 45 Location: Charlotte, NC
|
bduncan,
I sent the source code and the classes to you via email. Did you go receive and go through them?
I linked the images as described in FAQ page but they never show up in the message. The images are hosted on Geocities website.
|
|
Back to top |
|
|
bduncan |
Posted: Thu Aug 30, 2001 12:42 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Dnaren,
I added your code to the software repository under the Java section. Thanks for the contribution and my compliments on it. I was already thinking of all kinds of things that can be added to make it even more powerful. As far as your images go, it's really weird. I looked at your message, and put the actual image URLs in my browser to make sure the images existed. Sure enough, they popped up. Then I noticed that when I hit the back button the images were actually in your post! Apparently this is because it was pulling the cached copy from my computer. But something weird is definitely going on. I'll look into it...
_________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
|
john_bazeley |
Posted: Thu Aug 30, 2001 7:09 pm Post subject: |
|
|
Newbie
Joined: 25 Aug 2001 Posts: 6 Location: New Zealand
|
There was some discussion of the geocities issue on the tomcat list a while back. You can't link to images stored on geocities from a web page on another server. Forces you to watch the ads.
|
|
Back to top |
|
|
dnaren |
Posted: Thu Aug 30, 2001 11:11 pm Post subject: |
|
|
Apprentice
Joined: 10 Aug 2001 Posts: 45 Location: Charlotte, NC
|
Pictures are working now!!!
I uploaded the screen shots to my account at http://www.fortunecity.com and it doesn't seem to insist on serving up the ads along with the pictures.
Hope the pictures will prompt more people to download the app |
|
Back to top |
|
|
EddieA |
Posted: Fri Aug 31, 2001 11:17 am Post subject: |
|
|
Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Don't know about that. I just got 4 Fortunecity logos.
Cheers,
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
|
dnaren |
Posted: Fri Aug 31, 2001 3:16 pm Post subject: |
|
|
Apprentice
Joined: 10 Aug 2001 Posts: 45 Location: Charlotte, NC
|
It is frustrating to deal with 'FREE' stuff I think I fixed this pictures problem. The pictures are now on my homepage at my braodband ISP.
Earlier, pictures from fortunecity links displayed properply on my computer. I cleaned the cache and restarted the browser and the links worked fine. |
|
Back to top |
|
|
|