[JBoss-user] [Messaging, JMS & JBossMQ] - Storing Object Messages in a CHAR field

2005-02-13 Thread nath
Hi friends,

My application uses Informix SE as database and the application 
deals with Object Messages. I want to use the Informix SE for message 
persistance.But I have a problem. Informix SE does not support BLOB datatype.So 
I have to store the Object messages in a CHAR field.
When I give BINARYSTREAM_BLOB in  informix-jdbc2-service.xml I am able to store 
messages in the CHAR (32000) field.But when Jboss tries to read the message 
from the database it gives error 'cant convert to Binary Stream'.I also tried 
different BLOB type option like OBJECT_BLOB,BYTES_BLOB with no success.

Any suggestion is greatly appreciated.

nath.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866397#3866397

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866397


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Message Selection from an MDB

2004-11-12 Thread nath
Hi friends,
I have multiple clients sending messages  to a Queue.An MDB 
listens to the Queue.The clients sets the CorrelationID for each message it 
sends.When I gets the first message in the MDB I checks the CorrelationID of 
that message and then I want to  browse the Queue and select all messages with 
the same CorrelationID.Can anyone please tell me how to achieve this?

regards Rajen.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855042#3855042

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855042


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message Ordering

2004-10-23 Thread nath
Robisz, thanks for your inputs. Shall I use a transacted session to solve the problem? 
Will JMS ensures that a messages sent from a transacted session to a Queue will always 
arrive in the Queue in a group 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852414#3852414

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852414


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Message Ordering

2004-10-20 Thread nath
hi friends,

I am new to jms.I have a problem.

I have multiple sender programs which sends messages to a Queue concurrently 
and have a single receiver program which receives messages from the queue. Sender1 
sends 10 messages sender2 sends 10 messages etc. When I receive the messages from the 
Queue,message sent by different senders get mixed, like message1 of first sender then 
message 1 of second sender then message 2 of first sender etc.Is there any way to get 
all the message send by a single sender in a single session  arrives in the Queue in a 
group?

hoping for help,

nath.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852021#3852021

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852021


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user