BizTalk Server Orchestration - How to set dynamic port propert

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > March 2005 > How to set dynamic port propert





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author How to set dynamic port propert
AlanYu

2005-03-07, 5:49 pm

Hi All,

I create a dynamic port then set port url and adaptor with syntax
"MSMQ:// FormatName:DIRECT=OS:hostname\\PRIVATE$\
\queuename"(hostname get from
database)in expression shape, so it will use MSMQ adaptor(not MSMQT) to send
message and it works well. My problem is I need to send to a transactional
queue, by default MSMQ adaptor transactional property is set to false.(I
could set transactional property to true manually) I'd like to know how to
set dynamic port property to transactional in Expression. Now I can only send
message to non transactional queue.

Thanks.
Jon Flanders[DevelopMentor]

2005-03-07, 8:46 pm

PortName(MSMQ.Transactional) = true;

Should work - based upon the MSMQ documentation - but honestly i have not
tried it.

--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"AlanYu" <AlanYu @discussions.microsoft.com> wrote in message
news:79409ABF-D428-414B-839A-C03FE44AA293@microsoft.com...
> Hi All,
>
> I create a dynamic port then set port url and adaptor with syntax
> "MSMQ:// FormatName:DIRECT=OS:hostname\\PRIVATE$\
\queuename"(hostname get
> from
> database)in expression shape, so it will use MSMQ adaptor(not MSMQT) to
> send
> message and it works well. My problem is I need to send to a transactional
> queue, by default MSMQ adaptor transactional property is set to false.(I
> could set transactional property to true manually) I'd like to know how to
> set dynamic port property to transactional in Expression. Now I can only
> send
> message to non transactional queue.
>
> Thanks.



AlanYu

2005-03-09, 5:50 pm

Thanks a lot.

But I can't find MSMQ reference. I added all the MSMQ adapter assembly in
the orchestration reference, can't find how to set MSMQ adpater property.

Alan Yu

"Jon Flanders[DevelopMentor]" wrote:

> PortName(MSMQ.Transactional) = true;
>
> Should work - based upon the MSMQ documentation - but honestly i have not
> tried it.
>
> --
> Jon Flanders [DevelopMentor]
> http://staff.develop.com/jfland/
> http://www.develop.com/courses/biztalk
> "AlanYu" <AlanYu @discussions.microsoft.com> wrote in message
> news:79409ABF-D428-414B-839A-C03FE44AA293@microsoft.com...
>
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com