• 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

File persistence for messageCache in hornetq

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am implementing webservice with hornetq instead of jms.
now i want to configure file persistence for messageCache.
how to store messageCache in hard disc using hornetq?

Thanks.

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not really sure what you are doing.

I am implementing webservice with hornetq instead of jms.



HornetQ is a messaging implementation. So can you explain what exactly you mean by implementing webservice with HornetQ?
 
Deva Devan
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using jboss-6.0.0 and i configured with hornetq for message processing.
i am sending message from my client to server. low messages are receving and storing to database.
but huge volume of messages receving multiple volume. (eg. i sent 1 laksh but receving 3 laksh)
minimum no. of messages only stored into database. I enabled persistence also.

Please explain how those messages getting multile.
how to configure hornetq configuration for jms?

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic