Options

NAS and Message Queue's

ZiqXxZiqXx Member Posts: 24
Is there no way to user Message queues with Navision except being on a domain ?

Comments

  • Options
    jhoekjhoek Member Posts: 216
    As far as I know, you only need to be logged onto a domain if you want to use public queues - private queues don't require a domain. Could somebody please confirm?
    Kind regards,

    Jan Hoek
    Product Developer
    Mprise Products B.V.
  • Options
    naushienaushie Member Posts: 33
    Hi Forum

    well yes it is right that for using public queues you have to login in a domain in which the MSMQ running (obviously on a demain contriller).
    Naushad Alam
    Consultant -Navision

    All e Technologies (P) Ltd.
    Building Solutions for Extended Enterprises

    www.alletec.com
  • Options
    ZiqXxZiqXx Member Posts: 24
    when I try to run my little codeunit, wich deals with a private message queue, I get this error:

    The call to member OpenWriteQueue failed. MSMQQueueInfo returned the following message:
    This operation is not supported for Message Queuing installed in workgroup mode.

    So, I need to setup an Domain to get this to work or ?
  • Options
    jhoekjhoek Member Posts: 216
    As I said, that depends on whether you are writing to a private or public queue.
    Kind regards,

    Jan Hoek
    Product Developer
    Mprise Products B.V.
  • Options
    ZiqXxZiqXx Member Posts: 24
    Thank you very much
  • Options
    DenSterDenSter Member Posts: 8,304
    In my tests, if I install MSMQ with anything more than the common objects only, I have issues. I always tell my customers to only install the common MSMQ objects.
Sign In or Register to comment.